summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | restore_nameidata(): no need to clear now->stackAl Viro2015-12-071-3/+1
* | | | | | | namei.c: take "jump to root" into a new helperAl Viro2015-12-071-28/+26
* | | | | | | path_init(): set nd->inode earlier in cwd-relative caseAl Viro2015-12-071-10/+12
* | | | | | | namei.c: fold set_root_rcu() into set_root()Al Viro2015-12-071-24/+20
* | | | | | | don't opencode iget_failed()Al Viro2015-12-071-3/+1
* | | | | | | f2fs: it's umode_t, not mode_t...Al Viro2015-12-071-4/+2
* | | | | | | typo in fs/namei.c commentMike Marshall2015-12-071-1/+1
* | | | | | | coredump: Use 64bit time for unix time of coredumpArnd Bergmann2015-12-071-3/+5
* | | | | | | adfs: constify adfs_dir_ops structuresJulia Lawall2015-12-074-8/+8
* | | | | | | vfs: show_vfsstat: remove redundant initialization and check of error codeDmitry V. Levin2015-12-071-3/+2
* | | | | | | vfs: show_mountinfo: cleanup error code checksDmitry V. Levin2015-12-071-9/+11
* | | | | | | vfs: show_vfsmnt: remove redundant initialization of error codeDmitry V. Levin2015-12-071-1/+1
* | | | | | | fs/bad_inode.c: is_bad_inode can be booleanYaowei Bai2015-12-071-1/+1
* | | | | | | fs/dcache.c: is_subdir can be booleanYaowei Bai2015-12-071-7/+7
* | | | | | | fs/namespace.c: path_is_under can be booleanYaowei Bai2015-12-071-2/+2
* | | | | | | fs/file.c: __const_max is actually __const_min :-)Rasmus Villemoes2015-12-071-3/+3
|/ / / / / /
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-12-064-31/+15
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Don't reset ->total_link_count on nested calls of vfs_path_lookup()Al Viro2015-12-061-1/+0
| * | | | | ovl: get rid of the dead code left from broken (and disabled) optimizationsAl Viro2015-12-063-26/+11
| * | | | | ovl: fix permission checking for setattrMiklos Szeredi2015-12-061-4/+4
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-12-041-2/+2
|\ \ \ \ \ \
| * | | | | | net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-011-2/+2
* | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-12-041-1/+9
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | direct-io: Fix negative return from dio read beyond eofJan Kara2015-11-301-1/+9
* | | | | | | Merge tag 'nfs-for-4.4-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-11-288-64/+77
|\ \ \ \ \ \ \
| * | | | | | | nfs4: resend LAYOUTGET when there is a race that changes the seqidJeff Layton2015-11-251-25/+31
| * | | | | | | nfs: if we have no valid attrs, then don't declare the attribute cache validJeff Layton2015-11-251-1/+5
| * | | | | | | nfs: ensure that attrcache is revalidated after a SETATTRJeff Layton2015-11-251-1/+4
| * | | | | | | nfs4: limit callback decoding to received bytesBenjamin Coddington2015-11-241-2/+5
| * | | | | | | nfs4: start callback_ident at idr 1Benjamin Coddington2015-11-241-1/+1
| * | | | | | | nfs: use sliding delay when LAYOUTGET gets NFS4ERR_DELAYJeff Layton2015-11-241-1/+1
| * | | | | | | NFS4: Cleanup FATTR4_WORD0_FS_LOCATIONS after decoding successKinglong Mee2015-11-241-0/+1
| * | | | | | | NFS: Properly set NFS v4.2 NFSDBG_FACILITYAnna Schumaker2015-11-241-1/+1
| * | | | | | | nfs: reduce the amount of ifdefs for v4.2 in nfs4file.cChristoph Hellwig2015-11-241-20/+7
| * | | | | | | nfs: use btrfs ioctl defintions for cloneChristoph Hellwig2015-11-241-4/+6
| * | | | | | | nfs: allow intra-file CLONEChristoph Hellwig2015-11-241-5/+14
| * | | | | | | nfs: offer native ioctls even if CONFIG_COMPAT is setChristoph Hellwig2015-11-241-3/+0
| * | | | | | | nfs: pass on count for CLONE operationsChristoph Hellwig2015-11-241-0/+1
* | | | | | | | Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-11-2812-66/+219
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | / / | | |_|_|_|/ / | |/| | | | |
| * | | | | | btrfs: fix balance range usage filters in 4.4-rcHolger Hoffstätte2015-11-251-2/+2
| * | | | | | btrfs: qgroup: account shared subtree during snapshot deleteMark Fasheh2015-11-252-7/+42
| * | | | | | Btrfs: use btrfs_get_fs_root in resolve_indirect_refJosef Bacik2015-11-251-1/+1
| * | | | | | btrfs: qgroup: fix quota disable during rescanJustin Maggard2015-11-251-1/+2
| * | | | | | Btrfs: fix race between cleaner kthread and space cache writeoutFilipe Manana2015-11-251-13/+16
| * | | | | | Btrfs: fix scrub preventing unused block groups from being deletedFilipe Manana2015-11-253-1/+24
| * | | | | | Btrfs: fix race between scrub and block group deletionFilipe Manana2015-11-251-4/+16
| * | | | | | btrfs: fix rcu warning during device replaceDavid Sterba2015-11-251-4/+2
| * | | | | | btrfs: Continue replace when set_block_ro failedZhaolei2015-11-251-2/+18
| * | | | | | btrfs: fix clashing number of the enhanced balance usage filterDavid Sterba2015-11-251-1/+1
| * | | | | | Btrfs: fix the number of transaction units needed to remove a block groupFilipe Manana2015-11-253-5/+38