summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-12-07don't opencode iget_failed()Al Viro1-3/+1
2015-12-07f2fs: it's umode_t, not mode_t...Al Viro1-4/+2
2015-12-07typo in fs/namei.c commentMike Marshall1-1/+1
2015-12-07coredump: Use 64bit time for unix time of coredumpArnd Bergmann1-3/+5
2015-12-07adfs: constify adfs_dir_ops structuresJulia Lawall4-8/+8
2015-12-07vfs: show_vfsstat: remove redundant initialization and check of error codeDmitry V. Levin1-3/+2
2015-12-07vfs: show_mountinfo: cleanup error code checksDmitry V. Levin1-9/+11
2015-12-07vfs: show_vfsmnt: remove redundant initialization of error codeDmitry V. Levin1-1/+1
2015-12-07fs/bad_inode.c: is_bad_inode can be booleanYaowei Bai1-1/+1
2015-12-07fs/dcache.c: is_subdir can be booleanYaowei Bai1-7/+7
2015-12-07fs/namespace.c: path_is_under can be booleanYaowei Bai1-2/+2
2015-12-07fs/file.c: __const_max is actually __const_min :-)Rasmus Villemoes1-3/+3
2015-12-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-31/+15
2015-12-06Don't reset ->total_link_count on nested calls of vfs_path_lookup()Al Viro1-1/+0
2015-12-06ovl: get rid of the dead code left from broken (and disabled) optimizationsAl Viro3-26/+11
2015-12-06ovl: fix permission checking for setattrMiklos Szeredi1-4/+4
2015-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+2
2015-12-04Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+9
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet1-2/+2
2015-11-30direct-io: Fix negative return from dio read beyond eofJan Kara1-1/+9
2015-11-28Merge tag 'nfs-for-4.4-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds8-64/+77
2015-11-28Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds12-66/+219
2015-11-25nfs4: resend LAYOUTGET when there is a race that changes the seqidJeff Layton1-25/+31
2015-11-25nfs: if we have no valid attrs, then don't declare the attribute cache validJeff Layton1-1/+5
2015-11-25nfs: ensure that attrcache is revalidated after a SETATTRJeff Layton1-1/+4
2015-11-25btrfs: fix balance range usage filters in 4.4-rcHolger Hoffstätte1-2/+2
2015-11-25btrfs: qgroup: account shared subtree during snapshot deleteMark Fasheh2-7/+42
2015-11-25Btrfs: use btrfs_get_fs_root in resolve_indirect_refJosef Bacik1-1/+1
2015-11-25btrfs: qgroup: fix quota disable during rescanJustin Maggard1-1/+2
2015-11-25Btrfs: fix race between cleaner kthread and space cache writeoutFilipe Manana1-13/+16
2015-11-25Btrfs: fix scrub preventing unused block groups from being deletedFilipe Manana3-1/+24
2015-11-25Btrfs: fix race between scrub and block group deletionFilipe Manana1-4/+16
2015-11-25btrfs: fix rcu warning during device replaceDavid Sterba1-4/+2
2015-11-25btrfs: Continue replace when set_block_ro failedZhaolei1-2/+18
2015-11-25btrfs: fix clashing number of the enhanced balance usage filterDavid Sterba1-1/+1
2015-11-25Btrfs: fix the number of transaction units needed to remove a block groupFilipe Manana3-5/+38
2015-11-25Btrfs: use global reserve when deleting unused block group after ENOSPCFilipe Manana6-26/+52
2015-11-25Btrfs: tests: checking for NULL instead of IS_ERR()Dan Carpenter1-1/+3
2015-11-25btrfs: fix signed overflows in btrfs_sync_fileDavid Sterba1-3/+7
2015-11-24nfs4: limit callback decoding to received bytesBenjamin Coddington1-2/+5
2015-11-24nfs4: start callback_ident at idr 1Benjamin Coddington1-1/+1
2015-11-24nfs: use sliding delay when LAYOUTGET gets NFS4ERR_DELAYJeff Layton1-1/+1
2015-11-24NFS4: Cleanup FATTR4_WORD0_FS_LOCATIONS after decoding successKinglong Mee1-0/+1
2015-11-24NFS: Properly set NFS v4.2 NFSDBG_FACILITYAnna Schumaker1-1/+1
2015-11-24nfs: reduce the amount of ifdefs for v4.2 in nfs4file.cChristoph Hellwig1-20/+7
2015-11-24nfs: use btrfs ioctl defintions for cloneChristoph Hellwig1-4/+6
2015-11-24nfs: allow intra-file CLONEChristoph Hellwig1-5/+14
2015-11-24nfs: offer native ioctls even if CONFIG_COMPAT is setChristoph Hellwig1-3/+0
2015-11-24nfs: pass on count for CLONE operationsChristoph Hellwig1-0/+1
2015-11-24vfs: Avoid softlockups with sendfile(2)Jan Kara1-0/+1