aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-12-13sched/wait: Fix the signal handling fixGravatar Peter Zijlstra 5-10/+10
2015-12-13Merge tag 'nfs-for-4.4-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-5/+2
2015-12-12Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-11/+3
2015-12-12Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+6
2015-12-12ocfs2: fix SGID not inherited issueGravatar Junxiao Bi 1-3/+1
2015-12-12osd fs: __r4w_get_page rely on PageUptodate for uptodateGravatar Hugh Dickins 2-8/+2
2015-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 2-1/+3
2015-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-2/+3
2015-12-08fix the regression from "direct-io: Fix negative return from dio read beyond ...Gravatar Al Viro 1-0/+1
2015-12-089p: ->evict_inode() should kick out ->i_data, not ->i_mappingGravatar Al Viro 1-2/+2
2015-12-07SUNRPC: Fix callback channelGravatar Trond Myklebust 1-5/+2
2015-12-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 5-13/+56
2015-12-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-31/+15
2015-12-06Don't reset ->total_link_count on nested calls of vfs_path_lookup()Gravatar Al Viro 1-1/+0
2015-12-06ovl: get rid of the dead code left from broken (and disabled) optimizationsGravatar Al Viro 3-26/+11
2015-12-06ovl: fix permission checking for setattrGravatar Miklos Szeredi 1-4/+4
2015-12-04block: detach bdev inode from its wb in __blkdev_put()Gravatar Ilya Dryomov 1-3/+6
2015-12-04jbd2: fix null committed data return in undo_accessGravatar Junxiao Bi 1-3/+7
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-2/+2
2015-12-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+9
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAGravatar Eric Dumazet 1-2/+2
2015-11-30direct-io: Fix negative return from dio read beyond eofGravatar Jan Kara 1-1/+9
2015-11-27Merge tag 'nfs-for-4.4-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 8-64/+77
2015-11-27Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 12-66/+219
2015-11-26ext4: add "static" to ext4_seq_##name##_fops structGravatar Xu Cang 1-1/+1
2015-11-26ext4: fix an endianness bug in ext4_encrypted_follow_link()Gravatar Al Viro 1-1/+1
2015-11-26ext4: fix an endianness bug in ext4_encrypted_zeroout()Gravatar Al Viro 1-1/+1
2015-11-25nfs4: resend LAYOUTGET when there is a race that changes the seqidGravatar Jeff Layton 1-25/+31
2015-11-25nfs: if we have no valid attrs, then don't declare the attribute cache validGravatar Jeff Layton 1-1/+5
2015-11-25nfs: ensure that attrcache is revalidated after a SETATTRGravatar Jeff Layton 1-1/+4
2015-11-25btrfs: fix balance range usage filters in 4.4-rcGravatar Holger Hoffstätte 1-2/+2
2015-11-25btrfs: qgroup: account shared subtree during snapshot deleteGravatar Mark Fasheh 2-7/+42
2015-11-25Btrfs: use btrfs_get_fs_root in resolve_indirect_refGravatar Josef Bacik 1-1/+1
2015-11-25btrfs: qgroup: fix quota disable during rescanGravatar Justin Maggard 1-1/+2
2015-11-25Btrfs: fix race between cleaner kthread and space cache writeoutGravatar Filipe Manana 1-13/+16
2015-11-25Btrfs: fix scrub preventing unused block groups from being deletedGravatar Filipe Manana 3-1/+24
2015-11-25Btrfs: fix race between scrub and block group deletionGravatar Filipe Manana 1-4/+16
2015-11-25btrfs: fix rcu warning during device replaceGravatar David Sterba 1-4/+2
2015-11-25btrfs: Continue replace when set_block_ro failedGravatar Zhaolei 1-2/+18
2015-11-25btrfs: fix clashing number of the enhanced balance usage filterGravatar David Sterba 1-1/+1
2015-11-25Btrfs: fix the number of transaction units needed to remove a block groupGravatar Filipe Manana 3-5/+38
2015-11-25Btrfs: use global reserve when deleting unused block group after ENOSPCGravatar Filipe Manana 6-26/+52
2015-11-25Btrfs: tests: checking for NULL instead of IS_ERR()Gravatar Dan Carpenter 1-1/+3
2015-11-25btrfs: fix signed overflows in btrfs_sync_fileGravatar David Sterba 1-3/+7
2015-11-24jbd2: Fix unreclaimed pages after truncate in data=journal modeGravatar Jan Kara 1-0/+2
2015-11-24ext4: Fix handling of extended tv_secGravatar David Turner 1-7/+44
2015-11-23nfs4: limit callback decoding to received bytesGravatar Benjamin Coddington 1-2/+5
2015-11-23nfs4: start callback_ident at idr 1Gravatar Benjamin Coddington 1-1/+1
2015-11-23nfs: use sliding delay when LAYOUTGET gets NFS4ERR_DELAYGravatar Jeff Layton 1-1/+1
2015-11-23NFS4: Cleanup FATTR4_WORD0_FS_LOCATIONS after decoding successGravatar Kinglong Mee 1-0/+1