summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v3.18.38' into v3.18-rtSteven Rostedt (Red Hat)2016-08-152-12/+16
|\
| * ecryptfs: don't allow mmap when the lower fs doesn't support itJeff Mahoney2016-07-201-1/+14
| * Revert "ecryptfs: forbid opening files without mmap handler"Jeff Mahoney2016-07-201-11/+2
* | Merge tag 'v3.18.37' into v3.18-rtSteven Rostedt (Red Hat)2016-08-1340-104/+284
|\ \ | |/
| * xfs: print name of verifier if it failsEric Sandeen2016-07-1218-2/+24
| * pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau2016-07-121-2/+45
| * Btrfs: don't use src fd for printkJosef Bacik2016-07-121-1/+1
| * proc: prevent accessing /proc/<PID>/environ until it's readyMathias Krause2016-07-121-1/+2
| * ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan2016-07-121-3/+3
| * locks: use file_inode()Miklos Szeredi2016-07-121-1/+1
| * namespace: update event counter when umounting a deleted dentryAndrey Ulanov2016-07-121-0/+1
| * NFS: Fix another OPEN_DOWNGRADE bugTrond Myklebust2016-07-121-3/+2
| * make nfs_atomic_open() call d_drop() on all ->open_context() errors.Al Viro2016-07-121-1/+1
| * fs/nilfs2: fix potential underflow in call to crc32_leTorsten Hilbrich2016-07-121-1/+1
| * File names with trailing period or space need special case conversionSteve French2016-07-122-4/+31
| * Fix reconnect to not defer smb3 session reconnect long after socket reconnectSteve French2016-07-122-1/+30
| * cifs: dynamic allocation of ntlmssp blobJerome Marchand2016-07-123-43/+45
| * [SMB3] Fix sec=krb5 on smb3 mountsSteve French2016-07-121-15/+61
| * decode_negTokenInit had wrong calling sequenceSteve French2016-07-121-2/+1
| * UBIFS: Implement ->migratepage()Kirill A. Shutemov2016-07-121-0/+24
| * btrfs: account for non-CoW'd blocks in btrfs_abort_transactionJeff Mahoney2016-07-125-5/+7
| * Btrfs: make btrfs_abort_transaction consider existence of new block groupsFilipe Manana2016-07-122-3/+4
| * nfsd4/rpc: move backchannel create logic into rpc codeJ. Bruce Fields2016-07-121-17/+1
* | Merge tag 'v3.18.36' into v3.18-rtSteven Rostedt (Red Hat)2016-06-234-6/+24
|\ \ | |/
| * ecryptfs: forbid opening files without mmap handlerJann Horn2016-06-191-2/+11
| * proc: prevent stacking filesystems on topJann Horn2016-06-191-0/+7
| * fix d_walk()/non-delayed __d_free() raceAl Viro2016-06-191-2/+2
| * mnt: fs_fully_visible test the proper mount for MNT_LOCKEDEric W. Biederman2016-06-191-1/+1
| * mnt: If fs_fully_visible fails call put_filesystem.Eric W. Biederman2016-06-191-1/+3
* | Merge tag 'v3.18.35' into v3.18-rtSteven Rostedt (Red Hat)2016-06-2318-141/+338
|\ \ | |/
| * cifs: Create dedicated keyring for spnego operationsSachin Prabhu2016-06-063-2/+71
| * xfs: skip stale inodes in xfs_iflush_clusterDave Chinner2016-06-061-0/+1
| * xfs: fix inode validity check in xfs_iflush_clusterDave Chinner2016-06-061-4/+4
| * xfs: xfs_iflush_cluster fails to abort on errorDave Chinner2016-06-061-4/+13
| * remove directory incorrectly tries to set delete on close on non-empty direct...Steve French2016-06-064-2/+25
| * fs/cifs: correctly to anonymous authentication for the NTLM(v2) authenticationStefan Metzmacher2016-06-061-14/+18
| * fs/cifs: correctly to anonymous authentication for the NTLM(v1) authenticationStefan Metzmacher2016-06-061-18/+23
| * fs/cifs: correctly to anonymous authentication for the LANMAN authenticationStefan Metzmacher2016-06-061-12/+16
| * fs/cifs: correctly to anonymous authentication via NTLMSSPStefan Metzmacher2016-06-061-12/+20
| * mm: fix huge zero page accounting in smaps reportKirill A. Shutemov2016-06-031-36/+68
| * ext4: silence UBSAN in ext4_mb_init()Nicolai Stange2016-06-031-2/+4
| * ext4: address UBSAN warning in mb_find_order_for_block()Nicolai Stange2016-06-031-1/+3
| * ext4: fix oops on corrupted filesystemJan Kara2016-06-031-1/+1
| * ext4: clean up error handling when orphan list is corruptedTheodore Ts'o2016-06-031-24/+22
| * ext4: fix hang when processing corrupted orphaned inode listTheodore Ts'o2016-06-031-4/+6
| * btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctlLuke Dashjr2016-06-034-2/+24
| * xfs: disallow rw remount on fs with unknown ro-compat featuresEric Sandeen2016-06-011-0/+10
| * xfs: disallow ro->rw remount on norecovery mountEric Sandeen2016-06-011-0/+6
* | Merge tag 'v3.18.34' into v3.18-rtSteven Rostedt (Red Hat)2016-06-2310-83/+138
|\ \ | |/
| * ocfs2: fix posix_acl_create deadlockJunxiao Bi2016-05-176-48/+77