summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2014-12-17ceph: use getattr request to fetch inline dataYan, Zheng-10/+32
2014-12-17ceph: add inline data to pagecacheYan, Zheng-1/+84
2014-12-17ceph: parse inline data in MClientReply and MClientCapsYan, Zheng-11/+36
2014-12-17libceph: specify position of extent operationYan, Zheng-6/+11
2014-12-17ceph: remove unused stringification macrosIlya Dryomov-3/+0
2014-12-17ceph: introduce global empty snap contextYan, Zheng-3/+35
2014-12-17ceph: message versioning fixesJohn Spray-2/+5
2014-12-17libceph: message signature supportYan, Zheng-0/+16
2014-12-17ceph, rbd: delete unnecessary checks before two function callsSF Markus Elfring-12/+6
2014-12-17ceph: introduce a new inode flag indicating if cached dentries are orderedYan, Zheng-19/+55
2014-12-17ceph: fix file lock interruptionYan, Zheng-10/+62
2014-12-17vfs: make mounts and mountstats honor root dir like mountinfo doesDmitry V. Levin-2/+11
2014-12-17vfs: cleanup show_mountinfoDmitry V. Levin-2/+1
2014-12-17unfuck binfmt_misc.c (broken by commit e6084d4)Al Viro-4/+3
2014-12-17vm_area_operations: kill ->migrate()Al Viro-22/+0
2014-12-17move_extent_per_page(): get rid of unused w_flagsAl Viro-4/+0
2014-12-17btrfs: filp_open() returns ERR_PTR() on failure, not NULL...Al Viro-1/+1
2014-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-233/+267
2014-12-16Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds-0/+9
2014-12-16Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-65/+186
2014-12-15isofs: Fix infinite looping over CE entriesJan Kara-0/+6
2014-12-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-6/+18
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-33/+154
2014-12-14Merge tag 'squashfs-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+170
2014-12-14Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds-2/+31
2014-12-14Fix signed/unsigned pointer warningKevin Cernekee-5/+7
2014-12-14Convert MessageID in smb2_hdr to LESachin Prabhu-11/+14
2014-12-13aio: Skip timer for io_getevents if timeout=0Fam Zheng-2/+6
2014-12-13aio: Make it possible to remap aio ringPavel Emelyanov-0/+25
2014-12-13Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-blockLinus Torvalds-7/+22
2014-12-13fsnotify: remove destroy_list from fsnotify_markJan Kara-4/+4
2014-12-13fsnotify: unify inode and mount marks handlingJan Kara-201/+148
2014-12-13fallocate: create FAN_MODIFY and IN_MODIFY eventsHeinrich Schuchardt-0/+11
2014-12-13fs/affs/file.c: remove obsolete pagesize checkFabian Frederick-4/+0
2014-12-13fs/affs/file.c: add support to O_DIRECTFabian Frederick-0/+18
2014-12-13fs/affs/amigaffs.c: use va_format instead of buffer/vnsprintfFabian Frederick-21/+25
2014-12-13fs/affs/file.c: forward declaration clean-upFabian Frederick-22/+16
2014-12-13syscalls: implement execveat() system callDavid Drysdale-14/+119
2014-12-13fat: fix data past EOF resulting from fsx testsuiteNamjae Jeon-0/+16
2014-12-13befs: remove dead codeJan Kara-4/+0
2014-12-13fs, seq_file: fallback to vmalloc instead of oom kill processesDavid Rientjes-1/+5
2014-12-13mm: vmscan: invoke slab shrinkers from shrink_zone()Johannes Weiner-5/+6
2014-12-13mm: convert i_mmap_mutex to rwsemDavidlohr Bueso-6/+6
2014-12-13mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso-2/+2
2014-12-13genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner-1/+1
2014-12-13ovl: Use macros to present ovl_xattrhujianyang-7/+7
2014-12-13ovl: Cleanup redundant blank lineshujianyang-3/+0
2014-12-13ovl: support multiple lower layersMiklos Szeredi-27/+83
2014-12-13ovl: make upperdir optionalMiklos Szeredi-36/+47
2014-12-13ovl: improve mount helpersMiklos Szeredi-52/+73