summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'upstream-4.9-rc2' of git://git.infradead.org/linux-ubifsLinus Torvalds2016-10-232-11/+11
|\
| * ubifs: Abort readdir upon errorRichard Weinberger2016-10-201-5/+3
| * ubifs: Fix xattr_names length in exit pathsRichard Weinberger2016-10-201-0/+2
| * ubifs: Rename ubifs_rename2Richard Weinberger2016-10-201-6/+6
* | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-239-50/+56
|\ \
| * | ext4: add missing KERN_CONT to a few more debugging usesJoe Perches2016-10-154-31/+26
| * | fscrypto: lock inode while setting encryption policyEric Biggers2016-10-151-0/+4
| * | ext4: correct endianness conversion in __xattr_check_inode()Eric Biggers2016-10-151-1/+1
| * | fscrypto: make XTS tweak initialization endian-independentEric Biggers2016-10-121-7/+8
| * | ext4: do not advertise encryption support when disabledEric Biggers2016-10-121-0/+4
| * | jbd2: fix incorrect unlock on j_list_lockTaesoo Kim2016-10-121-1/+2
| * | ext4: super.c: Update logging style using KERN_CONTJoe Perches2016-10-121-10/+11
* | | Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-10-223-41/+25
|\ \ \
| * | | fs/proc: Stop trying to report thread stacksAndy Lutomirski2016-10-202-37/+20
| * | | 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-212-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-121-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/+244
|\ \ \ \
| * | | | 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/+3
| * | | | befs: fix style issues in super.cLuis de Bethencourt2016-10-081-7/+8
| * | | | befs: fix comment styleLuis de Bethencourt2016-10-081-7/+3
| * | | | 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/+16
| * | | | fs: befs: remove ret variableSalah Triki2016-10-081-2/+1
| * | | | fs: befs: remove in vain variable assignmentSalah Triki2016-10-081-1/+1
OpenPOWER on IntegriCloud