aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-28proc: Add fs_context support to procfsDavid Howells3-68/+129
2019-02-28procfs: Move proc_fill_super() to fs/proc/root.cDavid Howells3-54/+52
2019-02-28introduce cloning of fs_contextAl Viro1-0/+67
2019-02-28convenience helpers: vfs_get_super() and sget_fc()Al Viro1-0/+171
2019-02-28vfs: Implement a filesystem superblock creation/configuration contextDavid Howells3-17/+312
2019-02-28vfs: Add configuration parser helpersDavid Howells5-3/+459
2019-01-30introduce fs_context methodsAl Viro3-16/+50
2019-01-30fs_context flavour for submountsAl Viro1-0/+10
2019-01-30convert do_remount_sb() to fs_contextDavid Howells4-59/+147
2019-01-30vfs_get_tree(): evict the call of security_sb_kern_mount()Al Viro4-17/+19
2019-01-30new helper: do_new_mount_fc()David Howells1-26/+39
2019-01-30teach vfs_get_tree() to handle subtype, switch do_new_mount() to itAl Viro2-31/+51
2019-01-30new helpers: vfs_create_mount(), fc_mount()Al Viro1-24/+52
2019-01-30vfs: Introduce fs_context, switch vfs_kern_mount() to it.David Howells5-44/+246
2019-01-30saner handling of temporary namespacesAl Viro2-39/+40
2019-01-30separate copying and locking mount tree on cross-userns copiesAl Viro3-29/+38
2019-01-17kill kernfs_pin_sb()Al Viro1-30/+0
2019-01-17fix cgroup_do_mount() handling of failure exitsAl Viro1-2/+6
2019-01-14Merge tag 'for-5.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds3-13/+64
2019-01-14Merge tag 'driver-core-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds4-5/+10
2019-01-14Merge tag '5.0-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds10-65/+211
2019-01-11Merge tag 'ceph-for-5.0-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds2-6/+3
2019-01-11cifs: update internal module version numberSteve French1-1/+1
2019-01-11CIFS: Fix error paths in writeback codePavel Shilovsky4-9/+56
2019-01-11CIFS: Move credit processing to mid callbacks for SMB3Pavel Shilovsky1-17/+34
2019-01-11CIFS: Fix credits calculation for cancelled requestsPavel Shilovsky2-2/+27
2019-01-11cifs: Fix potential OOB access of lock element arrayRoss Lagerwall2-6/+6
2019-01-11cifs: Limit memory used by lock request calls to a pageRoss Lagerwall2-0/+12
2019-01-11cifs: move large array from stack to heapAurelien Aptel2-14/+32
2019-01-11CIFS: Do not hide EINTR after sending network packetsPavel Shilovsky1-1/+1
2019-01-10CIFS: Fix credit computation for compounded requestsPavel Shilovsky1-18/+41
2019-01-10CIFS: Do not set credits to 1 if the server didn't grant anythingPavel Shilovsky1-2/+0
2019-01-10CIFS: Fix adjustment of credits for MTU requestsPavel Shilovsky1-2/+6
2019-01-10cifs: Fix a tiny potential memory leakDan Carpenter1-0/+1
2019-01-10cifs: Fix a debug messageDan Carpenter1-3/+4
2019-01-10btrfs: Use real device structure to verify dev extentQu Wenruo1-0/+12
2019-01-09Btrfs: fix deadlock when using free space tree due to block group creationFilipe Manana1-7/+9
2019-01-09Btrfs: fix race between reflink/dedupe and relocationFilipe Manana1-6/+28
2019-01-09Btrfs: fix race between cloning range ending at eof and writebackFilipe Manana1-0/+15
2019-01-08hugetlbfs: revert "Use i_mmap_rwsem to fix page fault/truncate race"Mike Kravetz1-28/+33
2019-01-07ceph: use vmf_error() in ceph_filemap_fault()Souptick Joarder1-4/+1
2019-01-07libceph: allow setting abort_on_full for rbdDongsheng Yang1-2/+2
2019-01-07sysfs: convert BUG_ON to WARN_ONGreg Kroah-Hartman4-5/+10
2019-01-06Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscryptLinus Torvalds5-110/+363
2019-01-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds4-10/+19
2019-01-06fscrypt: add Adiantum supportEric Biggers5-110/+363
2019-01-05Merge tag '4.21-smb3-small-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-16/+32
2019-01-05Merge tag 'xfs-4.21-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-2/+0
2019-01-05Merge tag 'ceph-for-4.21-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds5-128/+153
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds8-174/+166