aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * debugfs: debugfs_remove_recursive() must not rely on list_empty(d_subdirs)Oleg Nesterov2013-08-141-47/+22
| * fanotify: info leak in copy_event_to_user()Dan Carpenter2013-08-111-0/+1
| * livelock avoidance in sget()Al Viro2013-08-041-15/+10
| * lockd: protect nlm_blocked access in nlmsvc_retry_blockedDavid Jeffery2013-07-281-0/+4
| * writeback: Fix periodic writeback after fs mountJan Kara2013-07-281-1/+9
| * ext4: fix overflow when counting used blocks on 32-bit architecturesJan Kara2013-07-211-2/+2
| * ext4: fix data offset overflow in ext4_xattr_fiemap() on 32-bit archsJan Kara2013-07-211-2/+2
| * ocfs2: xattr: fix inlined xattr reflinkJunxiao Bi2013-07-211-0/+10
| * ext3,ext4: don't mess with dir_file->f_pos in htree_dirblock_to_tree()Al Viro2013-07-212-10/+4
| * jbd2: fix theoretical race in jbd2__journal_restartTheodore Ts'o2013-07-211-1/+1
| * nfsd4: fix decoding of compounds across page boundariesJ. Bruce Fields2013-07-131-1/+1
| * hpfs: better test for errorsMikulas Patocka2013-07-132-2/+9