summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAge
...
| | * | | | | | ubifs: Rename ubifs_rename2Richard Weinberger2016-10-20
| * | | | | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-23
| |\ \ \ \ \ \ \
| | * | | | | | | ext4: add missing KERN_CONT to a few more debugging usesJoe Perches2016-10-15
| | * | | | | | | fscrypto: lock inode while setting encryption policyEric Biggers2016-10-15
| | * | | | | | | ext4: correct endianness conversion in __xattr_check_inode()Eric Biggers2016-10-15
| | * | | | | | | fscrypto: make XTS tweak initialization endian-independentEric Biggers2016-10-12
| | * | | | | | | ext4: do not advertise encryption support when disabledEric Biggers2016-10-12
| | * | | | | | | jbd2: fix incorrect unlock on j_list_lockTaesoo Kim2016-10-12
| | * | | | | | | ext4: super.c: Update logging style using KERN_CONTJoe Perches2016-10-12
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-10-22
| |\ \ \ \ \ \ \
| | * | | | | | | fs/proc: Stop trying to report thread stacksAndy Lutomirski2016-10-20
| | * | | | | | | fs/proc: Stop reporting eip and esp in /proc/PID/statAndy Lutomirski2016-10-20
| * | | | | | | | Merge tag 'nfs-for-4.9-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2016-10-21
| |\ \ \ \ \ \ \ \
| | * | | | | | | | nfs4: fix missing-braces warningArnd Bergmann2016-10-19
| | * | | | | | | | pnfs/blocklayout: fix last_write_offset incorrectly set to page boundaryBenjamin Coddington2016-10-13
| * | | | | | | | | Merge tag 'ceph-for-4.9-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds2016-10-20
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | ceph: fix non static symbol warningWei Yongjun2016-10-18
| | * | | | | | | | | ceph: fix uninitialized dentry pointer in ceph_real_mount()Geert Uytterhoeven2016-10-18
| | * | | | | | | | | ceph: fix readdir vs fragmentation raceYan, Zheng2016-10-18
| | * | | | | | | | | ceph: fix error handling in ceph_read_iterNikolay Borisov2016-10-15
| | | |_|_|_|/ / / / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2016-10-20
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | |
| | * | | | | | | | ext2: avoid bogus -Wmaybe-uninitialized warningArnd Bergmann2016-10-18
| | * | | | | | | | isofs: Do not return EACCES for unknown filesystemsJan Kara2016-10-18
| | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Merge branch 'gup_flag-cleanups'Linus Torvalds2016-10-19
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| | * | | | | | | mm: replace access_remote_vm() write parameter with gup_flagsLorenzo Stoakes2016-10-19
| | * | | | | | | mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes2016-10-19
| | |/ / / / / /
| * | | | | | | Merge tag 'for-f2fs-4.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-18
| |\ \ \ \ \ \ \
| | * | | | | | | f2fs: fix wrong sum_page pointer in f2fs_gcJaegeuk Kim2016-10-12
| * | | | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-10-18
| |\ \ \ \ \ \ \ \
| | * | | | | | | | locking, fs/locks: Add missing file_sem locksPeter Zijlstra2016-10-18
| | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | btrfs: assign error values to the correct bio structsJunjie Mao2016-10-17
| |/ / / / / / /
| * | | | | | | Merge tag 'befs-v4.9-rc1' of git://github.com/luisbg/linux-befsLinus Torvalds2016-10-15
| |\ \ \ \ \ \ \
| | * | | | | | | befs: befs: fix style issues in datastream.cLuis de Bethencourt2016-10-08
| | * | | | | | | befs: improve documentation in datastream.cLuis de Bethencourt2016-10-08
| | * | | | | | | befs: fix typos in datastream.cLuis de Bethencourt2016-10-08
| | * | | | | | | befs: fix typos in btree.cLuis de Bethencourt2016-10-08
| | * | | | | | | befs: fix style issues in super.cLuis de Bethencourt2016-10-08
| | * | | | | | | befs: fix comment styleLuis de Bethencourt2016-10-08
| | * | | | | | | befs: add check for ag_shift in superblockLuis de Bethencourt2016-10-08
| | * | | | | | | befs: dump inode_size superblock informationLuis de Bethencourt2016-10-08
| | * | | | | | | befs: remove unnecessary initializationSalah Triki2016-10-08
| | * | | | | | | befs: fix typo in befs_sb_infoSalah Triki2016-10-08
| | * | | | | | | befs: add flags field to validate superblock stateSalah Triki2016-10-08
| | * | | | | | | befs: fix typo in befs_find_keyLuis de Bethencourt2016-10-08
| | * | | | | | | befs: remove unused BEFS_BT_PARMATCHLuis de Bethencourt2016-10-08
| | * | | | | | | fs: befs: remove ret variableSalah Triki2016-10-08
| | * | | | | | | fs: befs: remove in vain variable assignmentSalah Triki2016-10-08
| | * | | | | | | fs: befs: remove unnecessary *befs_sb variableSalah Triki2016-10-08
| | * | | | | | | fs: befs: remove useless initialization to zeroSalah Triki2016-10-08
| | * | | | | | | fs: befs: remove in vain variable assignmentSalah Triki2016-10-08