summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Clarify locking of cifs file and tcon structures and make more granularSteve French2016-10-127-63/+75
* Fix regression which breaks DFS mountingSachin Prabhu2016-10-121-6/+8
* fs/cifs: keep guid when assigning fid to fileinfoAurelien Aptel2016-10-121-0/+1
* SMB3: GUIDs should be constructed as random but valid uuidsSteve French2016-10-124-4/+4
* Set previous session id correctly on SMB3 reconnectSteve French2016-10-122-1/+6
* cifs: Limit the overall credit acquiredRoss Lagerwall2016-10-122-1/+27
* Display number of credits availableSteve French2016-10-121-0/+1
* Add way to query creation time of file via cifs xattrSteve French2016-10-121-1/+27
* Add way to query file attributes via cifs xattrSteve French2016-10-121-1/+33
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-10-1116-159/+259
|\
| * fs: use mapping_set_error instead of opencoded set_bitMichal Hocko2016-10-116-10/+8
| * treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2016-10-111-2/+0
| * pipe: cap initial pipe capacity according to pipe-max-size limitMichael Kerrisk (man-pages)2016-10-111-0/+3
| * pipe: make account_pipe_buffers() return a value, and use itMichael Kerrisk (man-pages)2016-10-111-18/+18
| * pipe: fix limit checking in alloc_pipe_info()Michael Kerrisk (man-pages)2016-10-111-7/+13
| * pipe: simplify logic in alloc_pipe_info()Michael Kerrisk (man-pages)2016-10-111-22/+23
| * pipe: fix limit checking in pipe_set_size()Michael Kerrisk (man-pages)2016-10-111-10/+31
| * pipe: refactor argument for account_pipe_buffers()Michael Kerrisk (man-pages)2016-10-111-5/+5
| * pipe: move limit checking logic into pipe_set_size()Michael Kerrisk (man-pages)2016-10-111-23/+18
| * pipe: relocate round_pipe_size() above pipe_set_size()Michael Kerrisk (man-pages)2016-10-111-12/+12
| * autofs: refactor ioctl fn vector in iookup_dev_ioctl()Tomohiro Kusumi2016-10-111-33/+16
| * autofs: remove possibly misleading /* #define DEBUG */Tomohiro Kusumi2016-10-111-2/+0
| * autofs: fix print format for ioctl warning messageTomohiro Kusumi2016-10-111-1/+1
| * autofs: add autofs_dev_ioctl_version() for AUTOFS_DEV_IOCTL_VERSION_CMDIan Kent2016-10-111-8/+17
| * autofs: fix dev ioctl number range checkIan Kent2016-10-112-2/+3
| * autofs: fix pr_debug() messageTomohiro Kusumi2016-10-111-1/+1
| * autofs: don't fail to free_dev_ioctl(param)Tomohiro Kusumi2016-10-111-1/+2
| * autofs: remove obsolete sb fieldsTomohiro Kusumi2016-10-111-2/+0
| * autofs: use autofs4_free_ino() to kfree dentry dataTomohiro Kusumi2016-10-111-1/+1
| * autofs: remove ino free in autofs4_dir_symlink()Ian Kent2016-10-111-2/+0
| * autofs: add WARN_ON(1) for non dir/link inode caseTomohiro Kusumi2016-10-111-1/+2
| * autofs: fix autofs4_fill_super() error exit handlingIan Kent2016-10-111-3/+3
| * autofs: test autofs versions first on sb initializationTomohiro Kusumi2016-10-111-17/+17
| * autofs: drop unnecessary extern in autofs_i.hTomohiro Kusumi2016-10-111-1/+1
| * fs/select: add vmalloc fallback for select(2)Vlastimil Babka2016-10-111-3/+11
| * block: implement (some of) fallocate for block devicesDarrick J. Wong2016-10-112-1/+79
| * ocfs2: fix memory leak in dlm_migrate_request_handler()Guozhonghua2016-10-111-0/+3
* | Merge tag 'libnvdimm-for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-10-111-0/+1
|\ \
| * \ Merge branch 'for-4.9/dax' into libnvdimm-for-nextDan Williams2016-10-071-0/+1
| |\ \
| | * | dax: define a unified inode/address_space for device-dax mappingsDan Williams2016-08-231-0/+1
* | | | Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-1143-1071/+1563
|\ \ \ \
| * | | | Revert "btrfs: let btrfs_delete_unused_bgs() to clean relocated bgs"Chris Mason2016-10-102-11/+15
| * | | | Btrfs: remove unnecessary btrfs_mark_buffer_dirty in split_leafLiu Bo2016-09-261-1/+5
| * | | | Btrfs: don't BUG() during drop snapshotJosef Bacik2016-09-261-11/+27
| * | | | btrfs: fix btrfs_no_printk stub helperArnd Bergmann2016-09-261-10/+7
| * | | | Btrfs: memset to avoid stale content in btree leafLiu Bo2016-09-263-19/+28
| * | | | btrfs: parent_start initialization cleanupGoldwyn Rodrigues2016-09-261-15/+3
| * | | | btrfs: Remove already completed TODO commentGoldwyn Rodrigues2016-09-261-2/+0
| * | | | btrfs: Do not reassign count in btrfs_run_delayed_refsGoldwyn Rodrigues2016-09-261-1/+0
| * | | | btrfs: fix a possible umount deadlockAnand Jain2016-09-261-6/+20