summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-10-08befs: fix comment styleLuis de Bethencourt1-7/+3
2016-10-08befs: add check for ag_shift in superblockLuis de Bethencourt1-0/+7
2016-10-08befs: dump inode_size superblock informationLuis de Bethencourt1-0/+1
2016-10-08befs: remove unnecessary initializationSalah Triki1-1/+1
2016-10-08befs: fix typo in befs_sb_infoSalah Triki1-1/+1
2016-10-08befs: add flags field to validate superblock stateSalah Triki2-1/+6
2016-10-08befs: fix typo in befs_find_keyLuis de Bethencourt1-1/+1
2016-10-08befs: remove unused BEFS_BT_PARMATCHLuis de Bethencourt2-19/+16
2016-10-08fs: befs: remove ret variableSalah Triki1-2/+1
2016-10-08fs: befs: remove in vain variable assignmentSalah Triki1-1/+1
2016-10-08fs: befs: remove unnecessary *befs_sb variableSalah Triki1-2/+1
2016-10-08fs: befs: remove useless initialization to zeroSalah Triki1-1/+1
2016-10-08fs: befs: remove in vain variable assignmentSalah Triki1-2/+0
2016-10-08fs: befs: Insert NULL inode to dentrySalah Triki1-0/+1
2016-10-08fs: befs: Remove useless calls to brelse in befs_find_brun_dblindirectSalah Triki1-2/+0
2016-10-08fs: befs: Coding style fixSalah Triki1-3/+3
2016-10-08fs: befs: Remove redundant validation from befs_find_brun_directSalah Triki1-8/+0
2016-10-08befs: fix typo in befs_bt_read_node documentationLuis de Bethencourt1-2/+2
2016-10-08befs: in memory free_node_ptr and max_size never readLuis de Bethencourt1-2/+0
2016-10-08befs: make consistent use of befs_error()Luis de Bethencourt3-4/+9
2016-10-08befs: use simpler while loopLuis de Bethencourt1-36/+38
2016-10-08befs: remove constant variableLuis de Bethencourt1-5/+2
2016-10-08befs: avoid dereferencing dentry twiceLuis de Bethencourt1-1/+1
2016-10-08fs: befs: remove comment that confuses kernel-docLuis de Bethencourt1-4/+0
2016-10-08fs: befs: check silent flag before logging errorLuis de Bethencourt1-1/+2
2016-10-08fs: befs: replace befs_bread by sb_breadSalah Triki4-30/+4
2016-10-08befs: remove unused functionsLuis de Bethencourt1-12/+0
2016-10-08befs: fix function name in documentationLuis de Bethencourt1-1/+1
2016-10-08befs: check return of sb_min_blocksizeLuis de Bethencourt1-1/+6
2016-10-08fs: befs: remove useless pr_err in befs_init_inodecache()Salah Triki1-4/+2
2016-10-08fs/befs/linuxvfs.c: remove useless befs_errorSalah Triki1-2/+0
2016-10-08fs/befs/linuxvfs.c: remove useless pr_err in befs_fill_super()Salah Triki1-4/+2
2016-10-08fs/befs/linuxvfs.c: check silent flag before logging errorsSalah Triki1-6/+9
2016-10-08fs/befs/linuxvfs.c: move useless assignmentSalah Triki1-1/+1
2016-10-01ocfs2: fix deadlock on mmapped page in ocfs2_write_begin_nolock()Eric Ren1-0/+10
2016-09-23Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-6/+15
2016-09-23Merge tag 'configfs-for-4.8-2' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-0/+1
2016-09-22btrfs: ensure that file descriptor used with subvol ioctls is a dirJeff Mahoney1-0/+12
2016-09-22Btrfs: handle quota reserve failure properlyJosef Bacik1-6/+3
2016-09-20fs/proc/kcore.c: Add bounce buffer for ktext dataJiri Olsa1-1/+6
2016-09-20fs/proc/kcore.c: Make bounce buffer global for readJiri Olsa1-10/+14
2016-09-20Revert "ocfs2: bump up o2cb network protocol version"Junxiao Bi1-4/+1
2016-09-20ocfs2: fix start offset to ocfs2_zero_range_for_truncate()Ashish Samant1-10/+24
2016-09-20ocfs2: fix double unlock in case retry after free truncate logJoseph Qi1-2/+12
2016-09-20fanotify: fix list corruption in fanotify_get_response()Jan Kara3-39/+25
2016-09-20fsnotify: add a way to stop queueing events on group shutdownJan Kara2-1/+26
2016-09-20ocfs2: fix trans extend while free cached blocksJunxiao Bi1-18/+9
2016-09-20ocfs2: fix trans extend while flush truncate logJunxiao Bi1-19/+10
2016-09-20ipc/shm: fix crash if CONFIG_SHMEM is not setKirill A. Shutemov1-0/+9
2016-09-20autofs: use dentry flags to block walks during expireIan Kent1-13/+42