summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs: befs: Remove useless calls to brelse in befs_find_brun_dblindirectSalah Triki2016-10-081-2/+0
* fs: befs: Coding style fixSalah Triki2016-10-081-3/+3
* fs: befs: Remove redundant validation from befs_find_brun_directSalah Triki2016-10-081-8/+0
* befs: fix typo in befs_bt_read_node documentationLuis de Bethencourt2016-10-081-2/+2
* befs: in memory free_node_ptr and max_size never readLuis de Bethencourt2016-10-081-2/+0
* befs: make consistent use of befs_error()Luis de Bethencourt2016-10-083-4/+9
* befs: use simpler while loopLuis de Bethencourt2016-10-081-36/+38
* befs: remove constant variableLuis de Bethencourt2016-10-081-5/+2
* befs: avoid dereferencing dentry twiceLuis de Bethencourt2016-10-081-1/+1
* fs: befs: remove comment that confuses kernel-docLuis de Bethencourt2016-10-081-4/+0
* fs: befs: check silent flag before logging errorLuis de Bethencourt2016-10-081-1/+2
* fs: befs: replace befs_bread by sb_breadSalah Triki2016-10-084-30/+4
* befs: remove unused functionsLuis de Bethencourt2016-10-081-12/+0
* befs: fix function name in documentationLuis de Bethencourt2016-10-081-1/+1
* befs: check return of sb_min_blocksizeLuis de Bethencourt2016-10-081-1/+6
* fs: befs: remove useless pr_err in befs_init_inodecache()Salah Triki2016-10-081-4/+2
* fs/befs/linuxvfs.c: remove useless befs_errorSalah Triki2016-10-081-2/+0
* fs/befs/linuxvfs.c: remove useless pr_err in befs_fill_super()Salah Triki2016-10-081-4/+2
* fs/befs/linuxvfs.c: check silent flag before logging errorsSalah Triki2016-10-081-6/+9
* fs/befs/linuxvfs.c: move useless assignmentSalah Triki2016-10-081-1/+1
* ocfs2: fix deadlock on mmapped page in ocfs2_write_begin_nolock()Eric Ren2016-09-301-0/+10
* Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-09-232-6/+15
|\
| * btrfs: ensure that file descriptor used with subvol ioctls is a dirJeff Mahoney2016-09-211-0/+12
| * Btrfs: handle quota reserve failure properlyJosef Bacik2016-09-211-6/+3
* | Merge tag 'configfs-for-4.8-2' of git://git.infradead.org/users/hch/configfsLinus Torvalds2016-09-231-0/+1
|\ \
| * | configfs: Return -EFBIG from configfs_write_bin_file.Phil Turnbull2016-09-161-0/+1
* | | fs/proc/kcore.c: Add bounce buffer for ktext dataJiri Olsa2016-09-201-1/+6
* | | fs/proc/kcore.c: Make bounce buffer global for readJiri Olsa2016-09-201-10/+14
* | | Revert "ocfs2: bump up o2cb network protocol version"Junxiao Bi2016-09-191-4/+1
* | | ocfs2: fix start offset to ocfs2_zero_range_for_truncate()Ashish Samant2016-09-191-10/+24
* | | ocfs2: fix double unlock in case retry after free truncate logJoseph Qi2016-09-191-2/+12
* | | fanotify: fix list corruption in fanotify_get_response()Jan Kara2016-09-193-39/+25
* | | fsnotify: add a way to stop queueing events on group shutdownJan Kara2016-09-192-1/+26
* | | ocfs2: fix trans extend while free cached blocksJunxiao Bi2016-09-191-18/+9
* | | ocfs2: fix trans extend while flush truncate logJunxiao Bi2016-09-191-19/+10
* | | ipc/shm: fix crash if CONFIG_SHMEM is not setKirill A. Shutemov2016-09-191-0/+9
* | | autofs: use dentry flags to block walks during expireIan Kent2016-09-191-13/+42
* | | ocfs2/dlm: fix race between convert and migrationJoseph Qi2016-09-191-6/+6
* | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2016-09-163-20/+42
|\ \ \
| * | | Move check for prefix path to within cifs_get_root()Sachin Prabhu2016-09-091-5/+4
| * | | Compare prepaths when comparing superblocksSachin Prabhu2016-09-091-1/+20
| * | | Fix memory leaks in cifs_do_mount()Sachin Prabhu2016-09-093-14/+18
* | | | aio: mark AIO pseudo-fs noexecJann Horn2016-09-151-1/+6
| |/ / |/| |
* | | vfs: cap dedupe request structure size at PAGE_SIZEDarrick J. Wong2016-09-151-0/+4
* | | vfs: fix return type of ioctl_file_dedupe_rangeDarrick J. Wong2016-09-151-1/+1
* | | Merge tag 'nfs-for-4.8-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-09-123-24/+44
|\ \ \ | |/ / |/| |
| * | NFSv4.1: Fix the CREATE_SESSION slot number accountingTrond Myklebust2016-09-111-2/+10
| * | pNFS: Don't forget the layout stateid if there are outstanding LAYOUTGETsTrond Myklebust2016-09-041-1/+2
| * | pNFS: Clear out all layout segments if the server unsets lrp->res.lrs_presentTrond Myklebust2016-09-031-3/+6
| * | pNFS: Fix pnfs_set_layout_stateid() to clear NFS_LAYOUT_INVALID_STIDTrond Myklebust2016-09-031-17/+19
OpenPOWER on IntegriCloud