aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Backport mac80211 from 3.4 kernelWolfgang Wiedmeyer2019-07-241-0/+7
* block: fix use-after-free in sys_ioprio_get()Omar Sandoval2016-11-111-0/+2
* fs: ext4: disable support for fallocate FALLOC_FL_PUNCH_HOLENick Desaulniers2016-10-191-0/+7
* mm: add a field to store names for private anonymous memoryColin Cross2016-08-231-0/+63
* mnt: Fail collect_mounts when applied to unmounted mountsEric W. Biederman2016-06-301-1/+7
* staging: android: lowmemorykiller: implement task's adj rbtreeHong-Mei Li2016-06-132-0/+6
* fs: avoid adding non-thread-group task to LMK rbtreeHong-Mei Li2016-06-131-0/+9
* pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau2016-05-031-2/+45
* pipe: Fix buffer offset after partially failed readBen Hutchings2016-04-051-1/+4
* pipe: iovec: Fix memory corruption when retrying atomic copy as non-atomicBen Hutchings2016-03-191-23/+32
* fuse: break infinite loop in fuse_fill_write_pages()Roman Gushchin2016-03-151-1/+1
* vfs: more mnt_parent cleanupsAl Viro2016-03-154-55/+29
* vfs: new internal helper: mnt_has_parent(mnt)Al Viro2016-03-155-12/+18
* fs: take i_mutex during prepare_binprm for set[ug]id executablesJann Horn2016-03-151-25/+40
* vfs: read file_handle only once in handle_to_pathSasha Levin2016-03-151-2/+3
* mnt: Prevent pivot_root from creating a loop in the mount treeEric W. Biederman2016-03-151-0/+3
* mnt: Only change user settable mount flags in remountEric W. Biederman2016-03-151-1/+1
* eCryptfs: Remove buggy and unnecessary write in file name decode routineMichael Halcrow2016-03-151-1/+0
* ext4: make orphan functions be no-op in no-journal modeAnatol Pomozov2016-03-121-4/+3
* BACKPORT: pagemap: do not leak physical addresses to non-privileged userspaceKirill A. Shutemov2016-03-101-0/+9
* block: separate priority boosting from REQ_METAChristoph Hellwig2016-02-168-13/+15
* f2fs: drop obsolete node page when it is truncatedJaegeuk Kim2016-02-131-0/+4
* f2fs: introduce NODE_MAPPING for code consistencyJaegeuk Kim2016-02-134-31/+30
* f2fs: remove the orphan block page arrayGu Zheng2016-02-131-3/+4
* f2fs: add help function META_MAPPINGGu Zheng2016-02-135-8/+13
* f2fs: move a branch for code redabilityJaegeuk Kim2016-02-131-5/+4
* f2fs: call mark_inode_dirty to flush dirty pagesJaegeuk Kim2016-02-133-5/+8
* f2fs: clean checkpatch warningsChris Fries2016-02-1311-30/+40
* f2fs: missing REQ_META and REQ_PRIO when sync_meta_pages(META_FLUSH)Changman Lee2016-02-131-1/+1
* f2fs: avoid f2fs_balance_fs call during pageoutJaegeuk Kim2016-02-131-1/+3
* f2fs: add delimiter to seperate name and value in debug phraseChangman Lee2016-02-131-4/+4
* f2fs: use spinlock rather than mutex for better speedGu Zheng2016-02-132-13/+13
* Fix merge conflictrogersb112016-02-131-7/+9
* f2fs: move alloc new orphan node out of lock protection regionGu Zheng2016-02-131-6/+9
* f2fs: remove the needless parameter of f2fs_wait_on_page_writebackYuan Zhong2016-02-136-7/+7
* f2fs: add a sysfs entry to control max_victim_searchJaegeuk Kim2016-02-134-3/+12
* f2fs: improve write performance under frequent fsync callsJaegeuk Kim2016-02-134-10/+11
* f2fs: support 3.0arter972016-02-1310-44/+120
* f2fs: support 3.4Jaegeuk Kim2016-02-1311-56/+49
* fs: import f2fs from git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2...arter972016-02-1326-0/+14822
* ext3: ignore ext4-option nomblk_io_submitMichael Gernoth2015-12-021-1/+6
* Merge remote-tracking branch 'korg/linux-3.0.y' into cm-13.0rogersb112015-11-1074-405/+544
|\
| * ext4: fix memory leak in xattrDave Jones2013-10-221-0/+2
| * vfs: allow O_PATH file descriptors for fstatfs()Linus Torvalds2013-10-221-1/+1
| * ext4: avoid hang when mounting non-journal filesystems with orphan listTheodore Ts'o2013-10-131-1/+2
| * Btrfs: change how we queue blocks for backref checkingJosef Bacik2013-10-131-7/+7
| * splice: fix racy pipe->buffers usesEric Dumazet2013-10-051-15/+20
| * fanotify: dont merge permission eventsLino Sanfilippo2013-10-011-0/+6
| * fuse: invalidate inode attributes on xattr modificationAnand Avati2013-09-261-0/+4
| * fuse: postpone end_page_writeback() in fuse_writepage_locked()Maxim Patlasov2013-09-261-1/+2