summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-01-08f2fs: skip releasing nodes in chindless extent treeChao Yu1-4/+9
2016-01-08f2fs: use atomic type for node count in extent treeChao Yu2-9/+10
2016-01-08f2fs: recognize encrypted data in f2fs_fiemapChao Yu1-1/+5
2016-01-08f2fs: clean up f2fs_balance_fsJaegeuk Kim8-38/+33
2016-01-08f2fs: remove redundant callsJaegeuk Kim1-3/+0
2016-01-08f2fs: avoid unnecessary f2fs_balance_fs callsJaegeuk Kim6-29/+30
2016-01-08f2fs: check the page status filled from diskJaegeuk Kim1-6/+5
2016-01-08f2fs: introduce __get_node_page to reuse common codeChao Yu1-53/+35
2016-01-08f2fs: check node id earily when readaheading node pageChao Yu1-3/+8
2016-01-08locks: rename __posix_lock_file to posix_lock_inodeJeff Layton1-5/+6
2016-01-08locks: prink more detail when there are leaked locksJeff Layton1-4/+29
2016-01-08locks: pass inode pointer to locks_free_lock_contextJeff Layton2-2/+4
2016-01-08locks: sprinkle some tracepoints around the file locking codeJeff Layton1-3/+9
2016-01-08locks: don't check for race with close when setting OFD lockJeff Layton1-6/+10
2016-01-08locks: fix unlock when fcntl_setlk races with a closeJeff Layton1-21/+30
2016-01-08xfs: bmapbt checking on debug kernels too expensiveDave Chinner1-2/+8
2016-01-08xfs: add tracepoints to readpage callsDave Chinner2-0/+28
2016-01-07f2fs: read isize while holding i_mutex in fiemapFan Li1-1/+3
2016-01-07Revert "f2fs: check the node block address of newly allocated nid"Jaegeuk Kim1-9/+0
2016-01-07f2fs: cover more area with nat_tree_lockJaegeuk Kim1-17/+12
2016-01-07jffs2: use to_delayed_workGeliang Tang1-1/+1
2016-01-06fs: use block_device name vsprintf helperDmitry Monakhov17-90/+49
2016-01-06fs: use gendisk->disk_name where possibleDmitry Monakhov1-9/+3
2016-01-06poll: plug an unused argument to do_pollMateusz Guzik1-3/+3
2016-01-05Merge branch 'xfs-dax-fixes-for-4.5' into for-nextDave Chinner2-12/+24
2016-01-05Merge branch 'xfs-misc-fixes-for-4.5' into for-nextDave Chinner28-83/+126
2016-01-04xfs: debug mode log record crc error injectionBrian Foster3-7/+77
2016-01-04xfs: detect and trim torn writes during log recoveryBrian Foster1-20/+289
2016-01-04HFS wants 8Kb per-superblock allocation; just use kmalloc()Al Viro1-2/+2
2016-01-04jfs: microoptimize get_zeroed_page / virt_to_pageAl Viro1-5/+4
2016-01-04hpfs: missing endianness annotationAl Viro1-1/+1
2016-01-04don't carry MAY_OPEN in op->acc_modeAl Viro3-18/+12
2016-01-04saner calling conventions for copy_mount_options()Al Viro3-30/+28
2016-01-04proc_pid_attr_write(): switch to memdup_user()Al Viro1-10/+7
2016-01-04convert a bunch of open-coded instances of memdup_user_nul()Al Viro3-36/+12
2016-01-04Merge branch 'memdup_user_nul' into work.miscAl Viro27-61/+114
2016-01-04configfs: implement binary attributesPantelis Antoniou4-13/+276
2016-01-04f2fs: introduce max_file_blocks in sbiChao Yu3-5/+6
2016-01-04xfs: fix recursive splice read locking with DAXDave Chinner1-9/+16
2016-01-04xfs: Don't use reserved blocks for data blocks with DAXDave Chinner1-3/+8
2016-01-04XFS: Use a signed return type for suffix_kstrtoint()Markus Elfring1-1/+1
2016-01-04libxfs: refactor short btree block verificationDarrick J. Wong4-54/+67
2016-01-04libxfs: pack the agfl header structure so XFS_AGFL_SIZE is correctDarrick J. Wong1-1/+1
2016-01-04libxfs: use a convenience variable instead of open-coding the forkDarrick J. Wong1-11/+12
2016-01-04xfs: fix log ticket type printingDarrick J. Wong1-2/+4
2016-01-04libxfs: make xfs_alloc_fix_freelist non-staticDarrick J. Wong2-1/+2
2016-01-04xfs: make xfs_buf_ioend_async() staticAlexander Kuleshov1-1/+1
2016-01-04xfs: send warning of project quota to userspace via netlinkMasatake YAMATO1-5/+9
2016-01-04xfs: get mp from bma->ip in xfs_bmap codeEric Sandeen1-2/+2
2016-01-04xfs: print name of verifier if it failsEric Sandeen18-2/+24