summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-12-08SUNRPC: Fix callback channelTrond Myklebust1-5/+2
2015-12-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-13/+56
2015-12-07xfs: Change how listxattr generates synthetic attributesAndreas Gruenbacher3-105/+59
2015-12-07tmpfs: listxattr should include POSIX ACL xattrsAndreas Gruenbacher2-17/+38
2015-12-07tmpfs: Use xattr handler infrastructureAndreas Gruenbacher2-33/+17
2015-12-07btrfs: Use xattr handler infrastructureAndreas Gruenbacher3-113/+63
2015-12-07vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher21-130/+36
2015-12-07posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher13-54/+52
2015-12-07gfs2: Remove gfs2_xattr_acl_chmodAndreas Gruenbacher2-51/+0
2015-12-07vfs: Remove vfs_xattr_cmpAndreas Gruenbacher1-19/+0
2015-12-07namei: page_getlink() and page_follow_link_light() are the same thingAl Viro1-19/+13
2015-12-07ufs: get rid of ->setattr() for symlinksAl Viro5-51/+5
2015-12-07udf: don't duplicate page_symlink_inode_operationsAl Viro3-8/+2
2015-12-07logfs: don't duplicate page_symlink_inode_operationsAl Viro3-9/+2
2015-12-07switch befs long symlinks to page_symlink_operationsAl Viro1-19/+22
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-04block: detach bdev inode from its wb in __blkdev_put()Ilya Dryomov1-3/+6
2015-12-04jbd2: fix null committed data return in undo_accessJunxiao Bi1-3/+7
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-26ext4: add "static" to ext4_seq_##name##_fops structXu Cang1-1/+1
2015-11-26ext4: fix an endianness bug in ext4_encrypted_follow_link()Al Viro1-1/+1
2015-11-26ext4: fix an endianness bug in ext4_encrypted_zeroout()Al Viro1-1/+1
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-24jbd2: Fix unreclaimed pages after truncate in data=journal modeJan Kara1-0/+2
2015-11-24ext4: Fix handling of extended tv_secDavid Turner1-7/+44
2015-11-24nfs4: limit callback decoding to received bytesBenjamin Coddington1-2/+5