summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* proc: Add fs_context support to procfsDavid Howells2019-02-283-68/+129
* procfs: Move proc_fill_super() to fs/proc/root.cDavid Howells2019-02-283-54/+52Star
* introduce cloning of fs_contextAl Viro2019-02-281-0/+67
* convenience helpers: vfs_get_super() and sget_fc()Al Viro2019-02-281-0/+171
* vfs: Implement a filesystem superblock creation/configuration contextDavid Howells2019-02-283-17/+312
* vfs: Add configuration parser helpersDavid Howells2019-02-285-3/+459
* introduce fs_context methodsAl Viro2019-01-303-16/+50
* fs_context flavour for submountsAl Viro2019-01-301-0/+10
* convert do_remount_sb() to fs_contextDavid Howells2019-01-304-59/+147
* vfs_get_tree(): evict the call of security_sb_kern_mount()Al Viro2019-01-304-17/+19
* new helper: do_new_mount_fc()David Howells2019-01-301-26/+39
* teach vfs_get_tree() to handle subtype, switch do_new_mount() to itAl Viro2019-01-302-31/+51
* new helpers: vfs_create_mount(), fc_mount()Al Viro2019-01-301-24/+52
* vfs: Introduce fs_context, switch vfs_kern_mount() to it.David Howells2019-01-305-44/+246
* saner handling of temporary namespacesAl Viro2019-01-302-39/+40
* separate copying and locking mount tree on cross-userns copiesAl Viro2019-01-303-29/+38
* kill kernfs_pin_sb()Al Viro2019-01-171-30/+0Star
* fix cgroup_do_mount() handling of failure exitsAl Viro2019-01-171-2/+6
* Merge tag 'for-5.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-01-133-13/+64
|\
| * btrfs: Use real device structure to verify dev extentQu Wenruo2019-01-101-0/+12
| * Btrfs: fix deadlock when using free space tree due to block group creationFilipe Manana2019-01-091-7/+9
| * Btrfs: fix race between reflink/dedupe and relocationFilipe Manana2019-01-091-6/+28
| * Btrfs: fix race between cloning range ending at eof and writebackFilipe Manana2019-01-091-0/+15
* | Merge tag 'driver-core-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-01-134-5/+10
|\ \
| * | sysfs: convert BUG_ON to WARN_ONGreg Kroah-Hartman2019-01-074-5/+10
* | | Merge tag '5.0-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-01-1310-65/+211
|\ \ \
| * | | cifs: update internal module version numberSteve French2019-01-111-1/+1
| * | | CIFS: Fix error paths in writeback codePavel Shilovsky2019-01-114-9/+56
| * | | CIFS: Move credit processing to mid callbacks for SMB3Pavel Shilovsky2019-01-111-17/+34
| * | | CIFS: Fix credits calculation for cancelled requestsPavel Shilovsky2019-01-112-2/+27
| * | | cifs: Fix potential OOB access of lock element arrayRoss Lagerwall2019-01-112-6/+6
| * | | cifs: Limit memory used by lock request calls to a pageRoss Lagerwall2019-01-112-0/+12
| * | | cifs: move large array from stack to heapAurelien Aptel2019-01-112-14/+32
| * | | CIFS: Do not hide EINTR after sending network packetsPavel Shilovsky2019-01-111-1/+1
| * | | CIFS: Fix credit computation for compounded requestsPavel Shilovsky2019-01-101-18/+41
| * | | CIFS: Do not set credits to 1 if the server didn't grant anythingPavel Shilovsky2019-01-101-2/+0Star
| * | | CIFS: Fix adjustment of credits for MTU requestsPavel Shilovsky2019-01-101-2/+6
| * | | cifs: Fix a tiny potential memory leakDan Carpenter2019-01-101-0/+1
| * | | cifs: Fix a debug messageDan Carpenter2019-01-101-3/+4
* | | | Merge tag 'ceph-for-5.0-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds2019-01-112-6/+3Star
|\ \ \ \ | |/ / / |/| | |
| * | | ceph: use vmf_error() in ceph_filemap_fault()Souptick Joarder2019-01-071-4/+1Star
| * | | libceph: allow setting abort_on_full for rbdDongsheng Yang2019-01-071-2/+2
| |/ /
* / / hugetlbfs: revert "Use i_mmap_rwsem to fix page fault/truncate race"Mike Kravetz2019-01-091-28/+33
|/ /
* | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-01-065-110/+363
|\ \
| * | fscrypt: add Adiantum supportEric Biggers2019-01-065-110/+363
* | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-01-064-10/+19
|\ \ \
| * | | ext4: fix special inode number checks in __ext4_iget()Theodore Ts'o2019-01-011-1/+1
| * | | ext4: track writeback errors using the generic tracking infrastructureTheodore Ts'o2018-12-311-0/+3
| * | | ext4: use ext4_write_inode() when fsyncing w/o a journalTheodore Ts'o2018-12-311-4/+9
| * | | ext4: avoid kernel warning when writing the superblock to a dead deviceTheodore Ts'o2018-12-311-1/+1