summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2014-03-25Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_ow...Greg Kroah-Hartman
2014-03-25fs: remove now stale label in anon_inode_init()Linus Torvalds
2014-03-25fs: Avoid userspace mounting anon_inodefs filesystemJan Kara
2014-03-25Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2014-03-24ext4: fix comment typoMatthew Wilcox
2014-03-24ext4: make ext4_block_zero_page_range staticMatthew Wilcox
2014-03-24ext4: atomically set inode->i_flags in ext4_set_inode_flags()Theodore Ts'o
2014-03-24ext4: optimize Hurd tests when reading/writing inodesTheodore Ts'o
2014-03-24VERIFY_OCTAL_PERMISSIONS: stricter checking for sysfs perms.Rusty Russell
2014-03-23rcuwalk: recheck mount_lock after mountpoint crossing attemptsAl Viro
2014-03-23make prepend_name() work correctly when called with negative *buflenAl Viro
2014-03-23vfs: Don't let __fdget_pos() get FMODE_PATH filesEric Biggers
2014-03-23vfs: atomic f_pos access in llseek()Eric Biggers
2014-03-21Btrfs: fix a crash of clone with inline extents's splitLiu Bo
2014-03-21btrfs: fix uninit variable warningChris Mason
2014-03-21Btrfs: take into account total references when doing backref lookupJosef Bacik
2014-03-21Btrfs: part 2, fix incremental send's decision to delay a dir move/renameFilipe Manana
2014-03-21Btrfs: fix incremental send's decision to delay a dir move/renameFilipe Manana
2014-03-20Btrfs: remove unnecessary inode generation lookup in sendFilipe Manana
2014-03-20Btrfs: fix race when updating existing ref headFilipe Manana
2014-03-20btrfs: Add trace for btrfs_workqueue alloc/destroyQu Wenruo
2014-03-20Btrfs: less fs tree lock contention when using autodefragFilipe Manana
2014-03-20Btrfs: return EPERM when deleting a default subvolumeGuangyu Sun
2014-03-20Btrfs: add missing kfree in btrfs_destroy_workqueueFilipe Manana
2014-03-20Btrfs: cache extent states in defrag code pathFilipe Manana
2014-03-20Btrfs: fix deadlock with nested trans handlesJosef Bacik
2014-03-20proc: Update get proc_pid_cmdline() to use mm.h helpersWilliam Roberts
2014-03-20f2fs: avoid RECLAIM_FS-ON-W warningJaegeuk Kim
2014-03-20f2fs: skip unnecessary node writes during fsyncJaegeuk Kim
2014-03-20f2fs: introduce fi->i_sem to protect fi's infoJaegeuk Kim
2014-03-20f2fs: change reclaim rate in percentageJaegeuk Kim
2014-03-20f2fs: remove unnecessary thresholdJaegeuk Kim
2014-03-20f2fs: throttle the memory footprint with a sysfs entryJaegeuk Kim
2014-03-20f2fs: avoid to drop nat entries due to the negative nr_shrinkJaegeuk Kim
2014-03-20f2fs: call f2fs_wait_on_page_writeback instead of native functionJaegeuk Kim
2014-03-20ext4: kill i_version support for Hurd-castrated file systemsTheodore Ts'o
2014-03-19GFS2: inline function gfs2_set_modeBob Peterson
2014-03-19GFS2: Remove extraneous function gfs2_security_initBob Peterson
2014-03-19GFS2: Increase the max number of ACLsBob Peterson
2014-03-19NFSv4: Ensure we respect soft mount timeouts during trunking discoveryTrond Myklebust
2014-03-19NFSv4: Schedule recovery if nfs40_walk_client_list() is interruptedTrond Myklebust
2014-03-18ext4: each filesystem creates and uses its own mb_cacheT Makphaibulchoke
2014-03-18fs/mbcache.c: doucple the locking of local from global dataT Makphaibulchoke
2014-03-18fs/mbcache.c: change block and index hash chain to hlist_bl_nodeT Makphaibulchoke
2014-03-18ext4: Introduce FALLOC_FL_ZERO_RANGE flag for fallocateLukas Czerner
2014-03-18ext4: refactor ext4_fallocate codeLukas Czerner
2014-03-18ext4: Update inode i_size after the preallocationLukas Czerner
2014-03-18Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into dr...Dave Airlie
2014-03-18f2fs: introduce nr_pages_to_write for segment alignmentJaegeuk Kim
2014-03-18f2fs: increase pages_skipped when skipping writepagesJaegeuk Kim