summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-05-02CIFS: Add asynchronous context to support kernel AIOPavel Shilovsky3-0/+139
2017-05-02cifs: fix IPv6 link local, with scope id, address parsingDaniel N Pettersson1-2/+7
2017-05-02cifs: small underflow in cnvrtDosUnixTm()Dan Carpenter1-3/+3
2017-05-02Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds11-1200/+1136
2017-05-02Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-9/+11
2017-05-02Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+1
2017-05-02Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-53/+40
2017-05-02Merge tag 'pstore-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-261/+350
2017-05-02ext4: inherit encryption xattr before other xattrsEric Biggers1-6/+11
2017-05-01Merge branch 'x86-process-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2017-05-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-21/+4
2017-05-01block, dax: use correct format string in bdev_dax_supportedArnd Bergmann1-1/+1
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds39-257/+186
2017-04-30ext4: replace BUG_ON with WARN_ONCE in ext4_end_bio()Theodore Ts'o1-1/+10
2017-04-30ext4: avoid unnecessary transaction stalls during writebackJan Kara1-0/+35
2017-04-30fscrypt: Move key structure and constants to uapiJoe Richey1-11/+0
2017-04-30fscrypt: remove unnecessary checks for NULL operationsEric Biggers2-13/+1
2017-04-30ext4: preload block group descriptorsAndrew Perepechko1-0/+6
2017-04-30ext4: make ext4_shutdown() staticEric Biggers1-1/+1
2017-04-30ext4: support GETFSMAP ioctlsDarrick J. Wong7-5/+953
2017-04-30ext4: evict inline data when writing to memory mapEric Biggers1-0/+5
2017-04-30ext4: remove ext4_xattr_check_entry()Eric Biggers1-24/+6
2017-04-29ext4: rename ext4_xattr_check_names() to ext4_xattr_check_entries()Eric Biggers1-5/+5
2017-04-29ext4: merge ext4_xattr_list() into ext4_listxattr()Eric Biggers1-16/+5
2017-04-29ext4: constify static data that is never modifiedEric Biggers5-10/+11
2017-04-29ext4: trim return value and 'dir' argument from ext4_insert_dentry()Eric Biggers3-17/+11
2017-04-29jbd2: fix dbench4 performance regression for 'nobarrier' mountsJan Kara1-1/+1
2017-04-29jbd2: Fix lockdep splat with generic/270 testJan Kara1-1/+14
2017-04-28proc: Fix unbalanced hard link numbersTakashi Iwai1-0/+1
2017-04-28Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+7
2017-04-28xfs: wait on new inodes during quotaoff dquot releaseBrian Foster1-1/+2
2017-04-28xfs: update ag iterator to support wait on new inodesBrian Foster2-8/+53
2017-04-28xfs: support ability to wait on new inodesBrian Foster2-2/+7
2017-04-28xfs: publish UUID in struct super_blockAmir Goldstein1-0/+4
2017-04-28cifs: don't check for failure from mempool_alloc()NeilBrown3-44/+32
2017-04-28Do not return number of bytes written for ioctl CIFS_IOC_COPYCHUNK_FILESachin Prabhu1-1/+2
2017-04-28Fix match_prepath()Sachin Prabhu1-8/+6
2017-04-27pstore: Solve lockdep warning by moving inode locksKees Cook3-16/+36
2017-04-27pstore: Remove unused vmalloc.h in pmsgGeliang Tang1-1/+0
2017-04-27Merge tag 'nfsd-4.11-3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-8/+51
2017-04-27Merge tag 'ceph-for-4.11-rc9' of git://github.com/ceph/ceph-clientLinus Torvalds1-12/+10
2017-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-12/+19
2017-04-27xfs: Allow user to kill fstrim processLukas Czerner1-1/+9
2017-04-27statx: correct error handling of NULL pathnameMichael Kerrisk (man-pages)1-2/+0
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-16/+25
2017-04-26statx: Kill fd-with-NULL-path support in favour of AT_EMPTY_PATHDavid Howells1-7/+6
2017-04-26orangefs: handle zero size write in debugfsDan Carpenter1-0/+3
2017-04-26orangefs: do not wait for timeout if umountingMartin Brandenburg1-1/+8
2017-04-26orangefs: return from orangefs_devreq_read quickly if possibleMartin Brandenburg1-0/+4