summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | ext4: do not advertise encryption support when disabledEric Biggers2016-10-131-0/+4
| * | | | | jbd2: fix incorrect unlock on j_list_lockTaesoo Kim2016-10-131-1/+2
| * | | | | ext4: super.c: Update logging style using KERN_CONTJoe Perches2016-10-131-10/+11
* | | | | | Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-10-223-41/+25Star
|\ \ \ \ \ \
| * | | | | | fs/proc: Stop trying to report thread stacksAndy Lutomirski2016-10-202-37/+20Star
| * | | | | | fs/proc: Stop reporting eip and esp in /proc/PID/statAndy Lutomirski2016-10-201-4/+5
* | | | | | | Merge tag 'nfs-for-4.9-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2016-10-222-2/+3
|\ \ \ \ \ \ \
| * | | | | | | nfs4: fix missing-braces warningArnd Bergmann2016-10-191-1/+1
| * | | | | | | pnfs/blocklayout: fix last_write_offset incorrectly set to page boundaryBenjamin Coddington2016-10-131-1/+2
* | | | | | | | Merge tag 'ceph-for-4.9-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds2016-10-204-4/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | ceph: fix non static symbol warningWei Yongjun2016-10-181-2/+2
| * | | | | | | | ceph: fix uninitialized dentry pointer in ceph_real_mount()Geert Uytterhoeven2016-10-181-0/+2
| * | | | | | | | ceph: fix readdir vs fragmentation raceYan, Zheng2016-10-181-1/+2
| * | | | | | | | ceph: fix error handling in ceph_read_iterNikolay Borisov2016-10-151-1/+2
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2016-10-202-6/+9
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | ext2: avoid bogus -Wmaybe-uninitialized warningArnd Bergmann2016-10-181-3/+4
| * | | | | | | isofs: Do not return EACCES for unknown filesystemsJan Kara2016-10-181-3/+5
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'gup_flag-cleanups'Linus Torvalds2016-10-192-8/+20
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | mm: replace access_remote_vm() write parameter with gup_flagsLorenzo Stoakes2016-10-191-6/+13
| * | | | | | mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes2016-10-191-2/+7
| |/ / / / /
* | | | | | Merge tag 'for-f2fs-4.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-181-5/+5
|\ \ \ \ \ \
| * | | | | | f2fs: fix wrong sum_page pointer in f2fs_gcJaegeuk Kim2016-10-131-5/+5
* | | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-10-181-0/+6
|\ \ \ \ \ \ \
| * | | | | | | locking, fs/locks: Add missing file_sem locksPeter Zijlstra2016-10-181-0/+6
| | |_|/ / / / | |/| | | | |
* / | | | | | btrfs: assign error values to the correct bio structsJunjie Mao2016-10-171-2/+2
|/ / / / / /
* | | | | | Merge tag 'befs-v4.9-rc1' of git://github.com/luisbg/linux-befsLinus Torvalds2016-10-158-283/+244Star
|\ \ \ \ \ \
| * | | | | | befs: befs: fix style issues in datastream.cLuis de Bethencourt2016-10-081-15/+17
| * | | | | | befs: improve documentation in datastream.cLuis de Bethencourt2016-10-081-95/+98
| * | | | | | befs: fix typos in datastream.cLuis de Bethencourt2016-10-081-4/+4
| * | | | | | befs: fix typos in btree.cLuis de Bethencourt2016-10-081-4/+3Star
| * | | | | | befs: fix style issues in super.cLuis de Bethencourt2016-10-081-7/+8
| * | | | | | befs: fix comment styleLuis de Bethencourt2016-10-081-7/+3Star
| * | | | | | befs: add check for ag_shift in superblockLuis de Bethencourt2016-10-081-0/+7
| * | | | | | befs: dump inode_size superblock informationLuis de Bethencourt2016-10-081-0/+1
| * | | | | | befs: remove unnecessary initializationSalah Triki2016-10-081-1/+1
| * | | | | | befs: fix typo in befs_sb_infoSalah Triki2016-10-081-1/+1
| * | | | | | befs: add flags field to validate superblock stateSalah Triki2016-10-082-1/+6
| * | | | | | befs: fix typo in befs_find_keyLuis de Bethencourt2016-10-081-1/+1
| * | | | | | befs: remove unused BEFS_BT_PARMATCHLuis de Bethencourt2016-10-082-19/+16Star
| * | | | | | fs: befs: remove ret variableSalah Triki2016-10-081-2/+1Star
| * | | | | | fs: befs: remove in vain variable assignmentSalah Triki2016-10-081-1/+1
| * | | | | | fs: befs: remove unnecessary *befs_sb variableSalah Triki2016-10-081-2/+1Star
| * | | | | | fs: befs: remove useless initialization to zeroSalah Triki2016-10-081-1/+1
| * | | | | | fs: befs: remove in vain variable assignmentSalah Triki2016-10-081-2/+0Star
| * | | | | | fs: befs: Insert NULL inode to dentrySalah Triki2016-10-081-0/+1
| * | | | | | fs: befs: Remove useless calls to brelse in befs_find_brun_dblindirectSalah Triki2016-10-081-2/+0Star
| * | | | | | fs: befs: Coding style fixSalah Triki2016-10-081-3/+3
| * | | | | | fs: befs: Remove redundant validation from befs_find_brun_directSalah Triki2016-10-081-8/+0Star
| * | | | | | 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/+0Star