summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | ovl: move some common code in a functionVivek Goyal2016-07-291-8/+12
| * | | | ovl: store ovl_entry in inode->i_private for all inodesAndreas Gruenbacher2016-07-291-37/+11
| * | | | ovl: use generic_delete_inodeMiklos Szeredi2016-07-291-0/+1
| * | | | ovl: check mounter creds on underlying lookupMiklos Szeredi2016-07-291-4/+9
| * | | | Merge branch 'd_real' into overlayfs-nextMiklos Szeredi2016-07-276-36/+30
| |\ \ \ \
* | \ \ \ \ Merge tag 'freevxfs-for-4.8' of git://git.infradead.org/users/hch/freevxfsLinus Torvalds2016-07-2913-584/+661
|\ \ \ \ \ \
| * | | | | | freevxfs: update Kconfig informationKrzysztof Błaszkowski2016-06-131-1/+2
| * | | | | | freevxfs: refactor readdir and lookup codeKrzysztof Błaszkowski2016-06-121-125/+108
| * | | | | | freevxfs: fix lack of inode initializationKrzysztof Błaszkowski2016-06-121-0/+1
| * | | | | | freevxfs: fix memory leak in vxfs_read_fshead()Krzysztof Błaszkowski2016-06-121-0/+2
| * | | | | | freevxfs: update documentation and cresdits for HP-UX supportKrzysztof Błaszkowski2016-06-018-2/+17
| * | | | | | freevxfs: implement ->alloc_inode and ->destroy_inodeChristoph Hellwig2016-06-015-142/+116
| * | | | | | freevxfs: avoid the need for forward declaring the super operationsChristoph Hellwig2016-06-011-13/+6
| * | | | | | freevxfs: move VFS inode allocation into vxfs_blkiget and vxfs_stigetKrzysztof Błaszkowski2016-06-013-37/+31
| * | | | | | freevxfs: remove vxfs_put_fake_inodeKrzysztof Błaszkowski2016-06-013-20/+6
| * | | | | | freevxfs: handle big endian HP-UX file systemsKrzysztof Błaszkowski2016-06-0111-279/+407
* | | | | | | Merge tag 'configfs-for-4.8' of git://git.infradead.org/users/hch/configfsLinus Torvalds2016-07-291-3/+3
|\ \ \ \ \ \ \
| * | | | | | | configfs: don't set buffer_needs_fill to zero if show() returns errorTal Shorer2016-07-101-3/+3
* | | | | | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2016-07-297-16/+169
|\ \ \ \ \ \ \ \
| * | | | | | | | CIFS: Fix a possible invalid memory access in smb2_query_symlink()Pavel Shilovsky2016-07-281-1/+29
| * | | | | | | | fs/cifs: make share unaccessible at root level mountableAurelien Aptel2016-07-285-5/+104
| * | | | | | | | cifs: fix crash due to race in hmac(md5) handlingRabin Vincent2016-07-201-6/+10
| * | | | | | | | cifs: unbreak TCP session reuseRabin Vincent2016-07-191-1/+3
| * | | | | | | | cifs: Check for existing directory when opening file with O_CREATSachin Prabhu2016-07-121-3/+21
| * | | | | | | | Add MF-Symlinks support for SMB 2.0Sachin Prabhu2016-07-121-0/+2
| |/ / / / / / /
* | | | | | | | Merge tag 'trace-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2016-07-292-4/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | tracing: Use __get_str() when manipulating stringsDaniel Bristot de Oliveira2016-07-152-4/+4
* | | | | | | | | Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-07-291-9/+4
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'for-4.8/libnvdimm' into libnvdimm-for-nextDan Williams2016-07-241-9/+4
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | pmem: kill __pmem address spaceDan Williams2016-07-131-3/+3
| | * | | | | | | | | fs/dax: remove wmb_pmem()Dan Williams2016-07-131-6/+1
| | |/ / / / / / / /
* | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-296-108/+115
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | mm: track NR_KERNEL_STACK in KiB instead of number of stacksAndy Lutomirski2016-07-291-1/+1
| * | | | | | | | | | mm: move most file-based accounting to the nodeMel Gorman2016-07-295-16/+16
| * | | | | | | | | | mm: rename NR_ANON_PAGES to NR_ANON_MAPPEDMel Gorman2016-07-291-1/+1
| * | | | | | | | | | mm: move page mapped accounting to the nodeMel Gorman2016-07-291-2/+2
| * | | | | | | | | | mm, oom_adj: make sure processes sharing mm have same view of oom_score_adjMichal Hocko2016-07-291-0/+46
| * | | | | | | | | | proc, oom_adj: extract oom_score_adj setting into a helperMichal Hocko2016-07-291-51/+43
| * | | | | | | | | | proc, oom: drop bogus sighand lockMichal Hocko2016-07-291-34/+17
| * | | | | | | | | | proc, oom: drop bogus task_lock and mm checkMichal Hocko2016-07-291-18/+4
* | | | | | | | | | | vfs: ioctl: prevent double-fetch in dedupe ioctlScott Bauer2016-07-291-0/+1
* | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-07-282-3/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | fat: fix error message for bogus number of directory entriesZheng Lv2016-06-241-1/+1
| * | | | | | | | | | | fat: fix typo s/supeblock/superblock/Zheng Lv2016-06-211-1/+1
| * | | | | | | | | | | ocfs: fix ocfs2_xattr_user_get() argument nameAndreas Gruenbacher2016-06-211-1/+1
* | | | | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2016-07-282-9/+9
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | quota: use time64_t internallyArnd Bergmann2016-06-192-9/+9
* | | | | | | | | | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-07-2845-299/+140
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | fs/dcache.c: avoid soft-lockup in dput()Wei Fang2016-07-241-2/+5
| * | | | | | | | | | | | | vfs: new d_init methodMiklos Szeredi2016-07-241-0/+11