aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-11f2fs: fix wrong memory condition checkJaegeuk Kim1-2/+2
2016-01-11f2fs: monitor the number of background checkpointJaegeuk Kim3-2/+6
2016-01-11f2fs: detect idle time depending on user behaviorJaegeuk Kim9-10/+38
2016-01-11f2fs: introduce time and interval facilityJaegeuk Kim4-7/+25
2016-01-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds44-948/+457
2016-01-11Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds87-417/+456
2016-01-12Merge branch 'xfs-misc-fixes-for-4.5-2' into for-nextDave Chinner18-234/+159
2016-01-12xfs: handle dquot buffer readahead in log recovery correctlyDave Chinner5-9/+41
2016-01-12xfs: inode recovery readahead can race with inode buffer creationDave Chinner2-5/+14
2016-01-11xfs: eliminate committed arg from xfs_bmap_finishEric Sandeen10-218/+68
2016-01-10uml: fix hostfs mknod()Vegard Nossum1-3/+1
2016-01-10ubifs: Use XATTR_*_PREFIX_LENRichard Weinberger1-2/+2
2016-01-10UBIFS: add a comment in key.h for unused parameterDongsheng Yang1-0/+6
2016-01-09block: enable dax for raw block devicesDan Williams1-8/+95
2016-01-09block: introduce bdev_file_inode()Dan Williams1-7/+12
2016-01-09nfsd: don't hold i_mutex over userspace upcallsNeilBrown4-19/+85
2016-01-09fs:affs:Replace time_t with time64_tDengChao3-8/+9
2016-01-09fs/9p: use fscache mutex rather than spinlockSasha Levin3-6/+6
2016-01-09proc: add a reschedule point in proc_readfd_common()Eric Dumazet1-0/+1
2016-01-09logfs: constify logfs_block_ops structuresJulia Lawall3-5/+5
2016-01-09fcntl: allow to set O_DIRECT flag on pipeStanislav Kinsburskiy1-1/+2
2016-01-09fs: __generic_file_splice_read retry lookup on AOP_TRUNCATED_PAGEAbhi Das1-5/+3
2016-01-09fs: xattr: Use kvfree()Richard Weinberger1-24/+14
2016-01-08nbd: use ->compat_ioctl()Al Viro1-11/+0
2016-01-08Merge branch 'for-linus' into work.miscAl Viro6-122/+164
2016-01-08compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)Jann Horn1-62/+68
2016-01-08compat_ioctl: don't pass fd around when not neededAl Viro3-53/+61
2016-01-08compat_ioctl: don't look up the fd twiceJann Horn1-54/+68
2016-01-08f2fs: skip releasing nodes in chindless extent treeChao Yu1-4/+9
2016-01-08f2fs: use atomic type for node count in extent treeChao Yu2-9/+10
2016-01-08f2fs: recognize encrypted data in f2fs_fiemapChao Yu1-1/+5
2016-01-08f2fs: clean up f2fs_balance_fsJaegeuk Kim8-38/+33
2016-01-08f2fs: remove redundant callsJaegeuk Kim1-3/+0
2016-01-08f2fs: avoid unnecessary f2fs_balance_fs callsJaegeuk Kim6-29/+30
2016-01-08f2fs: check the page status filled from diskJaegeuk Kim1-6/+5
2016-01-08f2fs: introduce __get_node_page to reuse common codeChao Yu1-53/+35
2016-01-08f2fs: check node id earily when readaheading node pageChao Yu1-3/+8
2016-01-08locks: rename __posix_lock_file to posix_lock_inodeJeff Layton1-5/+6
2016-01-08locks: prink more detail when there are leaked locksJeff Layton1-4/+29
2016-01-08locks: pass inode pointer to locks_free_lock_contextJeff Layton2-2/+4
2016-01-08locks: sprinkle some tracepoints around the file locking codeJeff Layton1-3/+9
2016-01-08locks: don't check for race with close when setting OFD lockJeff Layton1-6/+10
2016-01-08NFS: Fix a compile warning about unused variable in nfs_generic_pg_pgios()Trond Myklebust1-3/+0
2016-01-08NFSv4: Fix a compile warning about no prototype for nfs4_ioctl()Trond Myklebust1-1/+1
2016-01-07locks: fix unlock when fcntl_setlk races with a closeJeff Layton1-21/+30
2016-01-08xfs: bmapbt checking on debug kernels too expensiveDave Chinner1-2/+8
2016-01-08xfs: add tracepoints to readpage callsDave Chinner2-0/+28
2016-01-07Merge branch 'bugfixes'Trond Myklebust7-25/+92
2016-01-07NFS: Use wait_on_atomic_t() for unlock after readaheadBenjamin Coddington5-63/+22
2016-01-06f2fs: read isize while holding i_mutex in fiemapFan Li1-1/+3