aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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-181-1/+1
* vfs: more mnt_parent cleanupsAl Viro2016-03-184-55/+29
* vfs: new internal helper: mnt_has_parent(mnt)Al Viro2016-03-185-12/+18
* fs: take i_mutex during prepare_binprm for set[ug]id executablesJann Horn2016-03-181-25/+40
* vfs: read file_handle only once in handle_to_pathSasha Levin2016-03-181-2/+3
* mnt: Prevent pivot_root from creating a loop in the mount treeEric W. Biederman2016-03-181-0/+3
* mnt: Only change user settable mount flags in remountEric W. Biederman2016-03-181-1/+1
* eCryptfs: Remove buggy and unnecessary write in file name decode routineMichael Halcrow2016-03-181-1/+0
* ext4: make orphan functions be no-op in no-journal modeAnatol Pomozov2016-03-181-4/+3
* BACKPORT: pagemap: do not leak physical addresses to non-privileged userspaceKirill A. Shutemov2016-03-181-0/+9
* block: separate priority boosting from REQ_METAChristoph Hellwig2016-03-188-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
| * isofs: Refuse RW mount of the filesystem instead of making it ROJan Kara2013-09-261-11/+5
| * ocfs2: fix the end cluster offset of FIEMAPJie Liu2013-09-261-1/+0
| * cifs: ensure that srv_mutex is held when dealing with ssocket pointerJeff Layton2013-09-261-0/+2
| * SCSI: sg: Fix user memory corruption when SG_IO is interrupted by a signalRoland Dreier2013-09-071-5/+15
| * jfs: fix readdir cookie incompatibility with NFSv4Dave Kleikamp2013-09-071-8/+23
| * nilfs2: fix issue with counting number of bio requests for BIO_EOPNOTSUPP err...Vyacheslav Dubeyko2013-08-291-1/+1
| * nilfs2: remove double bio_put() in nilfs_end_bio_write() for BIO_EOPNOTSUPP e...Vyacheslav Dubeyko2013-08-291-2/+1
| * vfs: d_obtain_alias() needs to use "/" as default name.NeilBrown2013-08-141-1/+1
| * cifs: silence compiler warnings showing up with gcc-4.7.0Jeff Layton2013-08-141-12/+12