aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-01-30convert do_remount_sb() to fs_contextGravatar David Howells 4-59/+147
2019-01-30vfs_get_tree(): evict the call of security_sb_kern_mount()Gravatar Al Viro 4-17/+19
2019-01-30new helper: do_new_mount_fc()Gravatar David Howells 1-26/+39
2019-01-30teach vfs_get_tree() to handle subtype, switch do_new_mount() to itGravatar Al Viro 2-31/+51
2019-01-30new helpers: vfs_create_mount(), fc_mount()Gravatar Al Viro 1-24/+52
2019-01-30vfs: Introduce fs_context, switch vfs_kern_mount() to it.Gravatar David Howells 5-44/+246
2019-01-30saner handling of temporary namespacesGravatar Al Viro 2-39/+40
2019-01-30separate copying and locking mount tree on cross-userns copiesGravatar Al Viro 3-29/+38
2019-01-17kill kernfs_pin_sb()Gravatar Al Viro 1-30/+0
2019-01-17fix cgroup_do_mount() handling of failure exitsGravatar Al Viro 1-2/+6
2019-01-14Merge tag 'for-5.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-13/+64
2019-01-14Merge tag 'driver-core-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 4-5/+10
2019-01-14Merge tag '5.0-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 10-65/+211
2019-01-11Merge tag 'ceph-for-5.0-rc2' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 2-6/+3
2019-01-11cifs: update internal module version numberGravatar Steve French 1-1/+1
2019-01-11CIFS: Fix error paths in writeback codeGravatar Pavel Shilovsky 4-9/+56
2019-01-11CIFS: Move credit processing to mid callbacks for SMB3Gravatar Pavel Shilovsky 1-17/+34
2019-01-11CIFS: Fix credits calculation for cancelled requestsGravatar Pavel Shilovsky 2-2/+27
2019-01-11cifs: Fix potential OOB access of lock element arrayGravatar Ross Lagerwall 2-6/+6
2019-01-11cifs: Limit memory used by lock request calls to a pageGravatar Ross Lagerwall 2-0/+12
2019-01-11cifs: move large array from stack to heapGravatar Aurelien Aptel 2-14/+32
2019-01-11CIFS: Do not hide EINTR after sending network packetsGravatar Pavel Shilovsky 1-1/+1
2019-01-10CIFS: Fix credit computation for compounded requestsGravatar Pavel Shilovsky 1-18/+41
2019-01-10CIFS: Do not set credits to 1 if the server didn't grant anythingGravatar Pavel Shilovsky 1-2/+0
2019-01-10CIFS: Fix adjustment of credits for MTU requestsGravatar Pavel Shilovsky 1-2/+6
2019-01-10cifs: Fix a tiny potential memory leakGravatar Dan Carpenter 1-0/+1
2019-01-10cifs: Fix a debug messageGravatar Dan Carpenter 1-3/+4
2019-01-10btrfs: Use real device structure to verify dev extentGravatar Qu Wenruo 1-0/+12
2019-01-09Btrfs: fix deadlock when using free space tree due to block group creationGravatar Filipe Manana 1-7/+9
2019-01-09Btrfs: fix race between reflink/dedupe and relocationGravatar Filipe Manana 1-6/+28
2019-01-09Btrfs: fix race between cloning range ending at eof and writebackGravatar Filipe Manana 1-0/+15
2019-01-08hugetlbfs: revert "Use i_mmap_rwsem to fix page fault/truncate race"Gravatar Mike Kravetz 1-28/+33
2019-01-07ceph: use vmf_error() in ceph_filemap_fault()Gravatar Souptick Joarder 1-4/+1
2019-01-07libceph: allow setting abort_on_full for rbdGravatar Dongsheng Yang 1-2/+2
2019-01-07sysfs: convert BUG_ON to WARN_ONGravatar Greg Kroah-Hartman 4-5/+10
2019-01-06Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 5-110/+363
2019-01-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 4-10/+19
2019-01-06fscrypt: add Adiantum supportGravatar Eric Biggers 5-110/+363
2019-01-05Merge tag '4.21-smb3-small-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 4-16/+32
2019-01-05Merge tag 'xfs-4.21-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 2-2/+0
2019-01-05Merge tag 'ceph-for-4.21-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 5-128/+153
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 8-174/+166
2019-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-2/+2
2019-01-05Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 36-313/+399
2019-01-04fs: don't open code lru_to_page()Gravatar Nikolay Borisov 7-11/+12
2019-01-04fs/: remove caller signal_pending branch predictionsGravatar Davidlohr Bueso 5-6/+6
2019-01-04bfs: extra sanity checking and static inode bitmapGravatar Tigran Aivazian 4-42/+40
2019-01-04exec: separate MM_ANONPAGES and RLIMIT_STACK accountingGravatar Oleg Nesterov 1-53/+52
2019-01-04exec: load_script: don't blindly truncate shebang stringGravatar Oleg Nesterov 1-3/+7
2019-01-04fat: new inline functions to determine the FAT variant (32, 16 or 12)Gravatar Carmeli Tamir 6-22/+39