summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2016-01-09fs/9p: use fscache mutex rather than spinlockSasha Levin
2016-01-09proc: add a reschedule point in proc_readfd_common()Eric Dumazet
2016-01-09logfs: constify logfs_block_ops structuresJulia Lawall
2016-01-09fcntl: allow to set O_DIRECT flag on pipeStanislav Kinsburskiy
2016-01-09fs: __generic_file_splice_read retry lookup on AOP_TRUNCATED_PAGEAbhi Das
2016-01-09fs: xattr: Use kvfree()Richard Weinberger
2016-01-08nbd: use ->compat_ioctl()Al Viro
2016-01-08Merge branch 'for-linus' into work.miscAl Viro
2016-01-08compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)Jann Horn
2016-01-08compat_ioctl: don't pass fd around when not neededAl Viro
2016-01-08compat_ioctl: don't look up the fd twiceJann Horn
2016-01-08f2fs: skip releasing nodes in chindless extent treeChao Yu
2016-01-08f2fs: use atomic type for node count in extent treeChao Yu
2016-01-08f2fs: recognize encrypted data in f2fs_fiemapChao Yu
2016-01-08f2fs: clean up f2fs_balance_fsJaegeuk Kim
2016-01-08f2fs: remove redundant callsJaegeuk Kim
2016-01-08f2fs: avoid unnecessary f2fs_balance_fs callsJaegeuk Kim
2016-01-08f2fs: check the page status filled from diskJaegeuk Kim
2016-01-08f2fs: introduce __get_node_page to reuse common codeChao Yu
2016-01-08f2fs: check node id earily when readaheading node pageChao Yu
2016-01-08locks: rename __posix_lock_file to posix_lock_inodeJeff Layton
2016-01-08locks: prink more detail when there are leaked locksJeff Layton
2016-01-08locks: pass inode pointer to locks_free_lock_contextJeff Layton
2016-01-08locks: sprinkle some tracepoints around the file locking codeJeff Layton
2016-01-08locks: don't check for race with close when setting OFD lockJeff Layton
2016-01-07locks: fix unlock when fcntl_setlk races with a closeJeff Layton
2016-01-08xfs: bmapbt checking on debug kernels too expensiveDave Chinner
2016-01-08xfs: add tracepoints to readpage callsDave Chinner
2016-01-06f2fs: read isize while holding i_mutex in fiemapFan Li
2016-01-06Revert "f2fs: check the node block address of newly allocated nid"Jaegeuk Kim
2016-01-06f2fs: cover more area with nat_tree_lockJaegeuk Kim
2016-01-06jffs2: use to_delayed_workGeliang Tang
2016-01-06fs: use block_device name vsprintf helperDmitry Monakhov
2016-01-06fs: use gendisk->disk_name where possibleDmitry Monakhov
2016-01-06poll: plug an unused argument to do_pollMateusz Guzik
2016-01-05Merge branch 'xfs-dax-fixes-for-4.5' into for-nextDave Chinner
2016-01-05Merge branch 'xfs-misc-fixes-for-4.5' into for-nextDave Chinner
2016-01-05xfs: debug mode log record crc error injectionBrian Foster
2016-01-05xfs: detect and trim torn writes during log recoveryBrian Foster
2016-01-04HFS wants 8Kb per-superblock allocation; just use kmalloc()Al Viro
2016-01-04jfs: microoptimize get_zeroed_page / virt_to_pageAl Viro
2016-01-04hpfs: missing endianness annotationAl Viro
2016-01-04don't carry MAY_OPEN in op->acc_modeAl Viro
2016-01-04saner calling conventions for copy_mount_options()Al Viro
2016-01-04proc_pid_attr_write(): switch to memdup_user()Al Viro
2016-01-04convert a bunch of open-coded instances of memdup_user_nul()Al Viro
2016-01-04Merge branch 'memdup_user_nul' into work.miscAl Viro
2016-01-04configfs: implement binary attributesPantelis Antoniou
2016-01-03f2fs: introduce max_file_blocks in sbiChao Yu
2016-01-04xfs: fix recursive splice read locking with DAXDave Chinner