summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2014-03-04compat: let architectures define __ARCH_WANT_COMPAT_SYS_GETDENTS64Heiko Carstens
2014-03-04binfmt_elf: add ELF_HWCAP2 to compat auxv entriesArd Biesheuvel
2014-03-03GFS2: Clean up journal extent mappingSteven Whitehouse
2014-03-03ext3: remove an unneeded check in ext3_new_blocks()Dan Carpenter
2014-03-03ext3: remove unneeded check in ext3_ordered_writepage()Dan Carpenter
2014-03-03fs: Mark function as static in ext3/xattr_security.cRashika Kheria
2014-03-03fs: Mark function as static in ext3/dir.cRashika Kheria
2014-03-03fs: Mark function as static in ext2/xattr_security.cRashika Kheria
2014-03-03ext3: Add __init macro to init_inodecacheFabian Frederick
2014-03-03ext2: Add __init macro to init_inodecacheFabian Frederick
2014-03-03udf: Add __init macro to init_inodecacheFabian Frederick
2014-03-03fs: udf: parse_options: blocksize checkFabian Frederick
2014-03-02Merge 3.14-rc5 into driver-core-nextGreg Kroah-Hartman
2014-03-02NFS: Fix a delegation callback raceTrond Myklebust
2014-03-03f2fs: fix to write node pages with WRITE_SYNCJaegeuk Kim
2014-03-02Merge tag 'driver-core-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-03-01NFSv4: Fix another nfs4_sequence corruptorTrond Myklebust
2014-02-28cifs: mask off top byte in get_rfc1002_length()Jeff Layton
2014-02-28Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2014-02-28f2fs: fix dirty page accounting when redirtyChao Yu
2014-02-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2014-02-27GFS2: replace kmalloc - __vmalloc / memset 0Fabian Frederick
2014-02-27f2fs: use existing macro to clean up some codesChao Yu
2014-02-27f2fs: readahead contiguous SSA blocks for f2fs_gcChao Yu
2014-02-27f2fs: add an sysfs entry to control the directory levelJaegeuk Kim
2014-02-27f2fs: introduce large directory supportJaegeuk Kim
2014-02-27f2fs: remove costly bit operations for f2fs_find_entryJaegeuk Kim
2014-02-27xfs: fix directory inode iolock lockdep false positiveDave Chinner
2014-02-27xfs: allocate xfs_da_args to reduce stack footprintDave Chinner
2014-02-27xfs: always do log forces via the workqueueDave Chinner
2014-02-27xfs: modify verifiers to differentiate CRC from other errorsEric Sandeen
2014-02-27xfs: print useful caller information in xfs_error_reportEric Sandeen
2014-02-27xfs: add xfs_verifier_error()Eric Sandeen
2014-02-27xfs: add helper for updating checksums on xfs_bufsEric Sandeen
2014-02-27xfs: add helper for verifying checksums on xfs_bufsEric Sandeen
2014-02-27xfs: Use defines for CRC offsets in all casesEric Sandeen
2014-02-27xfs: skip pointless CRC updates after verifier failuresEric Sandeen
2014-02-25sysfs: fix namespace refcnt leakLi Zefan
2014-02-25GFS2: Remove extra "if" in gfs2_log_flush()Steven Whitehouse
2014-02-25fsnotify: Allocate overflow events with proper typeJan Kara
2014-02-25fanotify: Handle overflow in case of permission eventsJan Kara
2014-02-25fsnotify: Fix detection whether overflow event is queuedJan Kara
2014-02-25fs: NULL dereference in posix_acl_to_xattr()Dan Carpenter
2014-02-24GFS2: Move log buffer accounting to transactionSteven Whitehouse
2014-02-24GFS2: Move log buffer lists into transactionSteven Whitehouse
2014-02-24f2fs: implement a lock-free stat_showJaegeuk Kim
2014-02-24f2fs: introduce a radix_tree for the free_nid listJaegeuk Kim
2014-02-24f2fs: introduce help macro on_build_free_nids()Gu Zheng
2014-02-24f2fs: fix to mark the checkpointed nat entry correctlyJaegeuk Kim
2014-02-24f2fs: fix to do build_stat prior to the recovery procedureJaegeuk Kim