summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2014-12-08f2fs: count the number of inmemory pagesJaegeuk Kim
2014-12-08f2fs: release inmemory pages when the file was closedJaegeuk Kim
2014-12-08f2fs: set page private for inmemory pages for truncationJaegeuk Kim
2014-12-08f2fs: count inline_xx in do_read_inodeJaegeuk Kim
2014-12-08f2fs: do retry operations with cond_reschedJaegeuk Kim
2014-12-07cifs: remove unneeded condition checkNamjae Jeon
2014-12-07Set UID in sess_auth_rawntlmssp_authenticate tooSachin Prabhu
2014-12-07cifs: convert printk(LEVEL...) to pr_<level>Andy Shevchenko
2014-12-07cifs: convert to print_hex_dump() instead of custom implementationAndy Shevchenko
2014-12-07cifs: call strtobool instead of custom implementationAndy Shevchenko
2014-12-07Update modinfo cifs version for cifs.koSteve French
2014-12-07decode_negTokenInit had wrong calling sequenceSteve French
2014-12-07Add missing defines for ACL query supportSteve French
2014-12-07Add support for original fallocateSteve French
2014-12-05ext4: ext4_da_convert_inline_data_to_extent drop locked page after errorDmitry Monakhov
2014-12-05f2fs: call radix_tree_preload before radix_tree_insertJaegeuk Kim
2014-12-04bury struct proc_ns in fs/procAl Viro
2014-12-04copy address of proc_ns_ops into ns_commonAl Viro
2014-12-04new helpers: ns_alloc_inum/ns_free_inumAl Viro
2014-12-04make proc_ns_operations work with struct ns_common * instead of void *Al Viro
2014-12-04make mntns ->get()/->put()/->install()/->inum() work with &mnt_ns->nsAl Viro
2014-12-04common object embedded into various struct ....nsAl Viro
2014-12-03f2fs: use rw_semaphore for nat entry lockJaegeuk Kim
2014-12-03f2fs: fix missing kmem_cache_freeJaegeuk Kim
2014-12-04Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextDave Chinner
2014-12-04xfs: split metadata and log buffer completion to separate workqueuesBrian Foster
2014-12-04xfs: fix set-but-unused warningsDave Chinner
2014-12-04xfs: move type conversion functions to xfs_dir.hDave Chinner
2014-12-04xfs: move ftype conversion functions to libxfsDave Chinner
2014-12-04xfs: lobotomise xfs_trans_read_buf_map()Dave Chinner
2014-12-04xfs: active inodes stat is brokenDave Chinner
2014-12-04xfs: cleanup xfs_bmse_merge returnsDave Chinner
2014-12-04xfs: cleanup xfs_bmse_shift_one goto messDave Chinner
2014-12-04xfs: fix premature enospc on inode allocationDave Chinner
2014-12-04xfs: overflow in xfs_iomap_eof_align_last_fsbPeter Watkins
2014-12-04Merge branch 'xfs-coccinelle-cleanups' into xfs-misc-fixes-for-3.19-2Dave Chinner
2014-12-03fat: fix oops on corrupted vfat fsAl Viro
2014-12-02Merge branch 'raid56-scrub-replace' of git://github.com/miaoxie/linux-btrfs i...Chris Mason
2014-12-02Btrfs: make get_caching_control unconditionally return the ctlJosef Bacik
2014-12-02Btrfs: fix unprotected deletion from pending_chunks listFilipe Manana
2014-12-02Btrfs: fix fs mapping extent map leakFilipe Manana
2014-12-02Btrfs: fix memory leak after block remove + trimmingFilipe Manana
2014-12-02Btrfs: make btrfs_abort_transaction consider existence of new block groupsFilipe Manana
2014-12-02Btrfs: fix race between writing free space cache and trimmingFilipe Manana
2014-12-02Btrfs: fix race between fs trimming and block group remove/allocationFilipe Manana
2014-12-03Btrfs, replace: enable dev-replace for raid56Zhao Lei
2014-12-02Btrfs: fix freeing used extents after removing empty block groupFilipe Manana
2014-12-02Btrfs: fix crash caused by block group removalFilipe Manana
2014-12-02Btrfs: fix invalid block group rbtree access after bg is removedFilipe Manana
2014-12-03Btrfs, raid56: fix use-after-free problem in the final device replace procedu...Miao Xie