summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-041-2/+2
|\
| * fs/writeback, rcu: Don't use list_entry_rcu() for pointer offsetting in bdi_s...Tejun Heo2015-10-281-2/+2
* | Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-11-042-8/+17
|\ \
| * | fs/proc, core/debug: Don't expose absolute kernel addresses via wchanIngo Molnar2015-10-012-8/+17
* | | mm: get rid of 'vmalloc_info' from /proc/meminfoLinus Torvalds2015-11-021-5/+2Star
* | | Merge branch 'fs-file-descriptor-optimization'Linus Torvalds2015-11-021-5/+37
|\ \ \
| * | | vfs: conditionally clear close-on-exec flagLinus Torvalds2015-11-011-1/+2
| * | | vfs: Fix pathological performance case for __alloc_fd()Linus Torvalds2015-11-011-4/+35
| | |/ | |/|
* | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-10-313-3/+8
|\ \ \ | |/ / |/| |
| * | ovl: free lower_mnt array in ovl_put_superKonstantin Khlebnikov2015-10-121-0/+1
| * | ovl: free stack of paths in ovl_fill_superKonstantin Khlebnikov2015-10-121-0/+1
| * | ovl: fix open in stacked overlayMiklos Szeredi2015-10-121-0/+3
| * | ovl: fix dentry reference leakDavid Howells2015-10-121-1/+1
| * | ovl: use O_LARGEFILE in ovl_copy_up()David Howells2015-10-121-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-10-241-11/+24
|\ \ \
| * | | writeback: bdi_writeback iteration must not skip dying onesTejun Heo2015-10-121-9/+22
| * | | writeback: fix bdi_writeback iteration in wakeup_dirtytime_writeback()Tejun Heo2015-10-121-2/+2
* | | | Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-10-242-2/+5
|\ \ \ \
| * | | | btrfs: fix possible leak in btrfs_ioctl_balance()Christian Engelmayer2015-10-221-1/+4
| * | | | btrfs: Avoid truncate tailing page if fallocate range doesn't exceed inode sizeQu Wenruo2015-10-211-1/+1
* | | | | ocfs2/dlm: unlock lockres spinlock before dlm_lockres_putJoseph Qi2015-10-232-2/+3
* | | | | Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-10-163-5/+16
|\| | | |
| * | | | btrfs: fix use after free iterating extrefsChris Mason2015-10-141-5/+3Star
| * | | | btrfs: check unsupported filters in balance argumentsDavid Sterba2015-10-142-0/+13
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-10-165-54/+46Star
|\ \ \ \ \
| * | | | | mm, dax: fix DAX deadlocksRoss Zwisler2015-10-161-41/+29Star
| * | | | | mm, fs: obey gfp_mapping for add_to_page_cache()Michal Hocko2015-10-164-13/+17
* | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2015-10-151-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | ext4: Update EXT4_USE_FOR_EXT2 descriptionJean Delvare2015-09-241-1/+1
* | | | | | Merge tag 'nfsd-4.3-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2015-10-131-8/+0Star
|\ \ \ \ \ \
| * | | | | | nfsd/blocklayout: accept any minlengthChristoph Hellwig2015-10-091-8/+0Star
| | |_|_|_|/ | |/| | | |
* | | | | | namei: results of d_is_negative() should be checked after dentry revalidationTrond Myklebust2015-10-101-2/+6
* | | | | | Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-10-107-17/+35
|\ \ \ \ \ \ | | |_|/ / / | |/| | / / | |_|_|/ / |/| | | |
| * | | | BTRFS: support NFSv2 exportNeilBrown2015-10-061-5/+5
| * | | | Btrfs: open_ctree: Fix possible memory leakchandan2015-10-061-0/+4
| * | | | Btrfs: fix deadlock when finalizing block group creationFilipe Manana2015-10-063-1/+10
| * | | | Btrfs: update fix for read corruption of compressed and shared extentsFilipe Manana2015-10-061-8/+11
| * | | | Btrfs: send, fix corner case for reference overwrite detectionFilipe Manana2015-10-061-3/+5
* | | | | Merge tag 'nfs-for-4.3-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-10-074-11/+23
|\ \ \ \ \
| * | | | | NFS: Fix a tracepoint NULL-pointer dereferenceAnna Schumaker2015-10-071-1/+1
| * | | | | nfs4: reset states to use open_stateid when returning delegation voluntarilyJeff Layton2015-10-021-0/+3
| * | | | | NFSv4: Fix a nograce recovery hangBenjamin Coddington2015-10-021-0/+2
| * | | | | NFSv4.1: nfs4_opendata_check_deleg needs to handle NFS4_OPEN_CLAIM_DELEG_CUR_FHTrond Myklebust2015-10-021-2/+8
| * | | | | NFSv4: Don't try to reclaim unused state ownersTrond Myklebust2015-10-021-1/+2
| * | | | | NFS: Fix a write performance regressionTrond Myklebust2015-10-021-1/+1
| * | | | | NFS: Fix up page writeback accountingTrond Myklebust2015-10-021-6/+6
* | | | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2015-10-063-36/+2Star
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | [CIFS] Update cifs version numberSteve French2015-10-031-1/+1
| * | | | | [SMB3] Do not fall back to SMBWriteX in set_file_size error casesSteve French2015-10-021-34/+0Star
| * | | | | [SMB3] Missing null tcon checkSteve French2015-09-261-1/+1
| | |/ / / | |/| | |