summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2013-04-09get rid of the last free_pipe_info() callersAl Viro
2013-04-09get rid of alloc_pipe_info() argumentAl Viro
2013-04-09get rid of pipe->inodeAl Viro
2013-04-09introduce variants of pipe_lock/pipe_unlock for real pipes/FIFOsAl Viro
2013-04-09pipe: set file->private_data to ->i_pipeAl Viro
2013-04-09pipe: don't use ->i_mutexAl Viro
2013-04-09pipe: take allocation and freeing of pipe_inode_info out of ->i_mutexAl Viro
2013-04-09pipe: preparation to new locking rulesAl Viro
2013-04-09pipe: switch wait_for_partner() and wake_up_partner() to pipe_inode_infoAl Viro
2013-04-09pipe: fold file_operations instances in oneAl Viro
2013-04-09fold fifo.c into pipe.cAl Viro
2013-04-09lift sb_start_write out of ->splice_write()Al Viro
2013-04-09lift sb_start_write into default_file_splice_write()Al Viro
2013-04-09lift sb_start_write() out of ->write()Al Viro
2013-04-09switch compat readv/writev variants to COMPAT_SYSCALL_DEFINEAl Viro
2013-04-09f2fs: use mnt_want_write_file() in ioctlAl Viro
2013-04-09lift sb_start_write/sb_end_write out of ->aio_write()Al Viro
2013-04-09hpfs: move setting hpfs-private i_dirty to ->write_end()Al Viro
2013-04-09reiserfs: don't wank with EFBIG before calling do_sync_write()Al Viro
2013-04-09fold release_mounts() into namespace_unlock()Al Viro
2013-04-09switch unlock_mount() to namespace_unlock(), convert all umount_tree() callersAl Viro
2013-04-09more conversions to namespace_unlock()Al Viro
2013-04-09get rid of the second argument of shrink_submounts()Al Viro
2013-04-09saner umount_tree()/release_mounts(), part 1Al Viro
2013-04-09get rid of full-hash scan on detaching vfsmountsAl Viro
2013-04-09mnt: release locks on error path in do_loopbackAndrey Vagin
2013-04-09procfs: add proc_remove_subtree()Al Viro
2013-04-09ecryptfs: close rmmod raceAl Viro
2013-04-09net: sctp: introduce uapi header for sctpDaniel Borkmann
2013-04-09NFSv4: Fix another potential state manager deadlockTrond Myklebust
2013-04-09ext4: improve credit estimate for EXT4_SINGLEDATA_TRANS_BLOCKSJan Kara
2013-04-09ext4: speed-up releasing blocks on commitAndrey Sidorov
2013-04-09ext4: fix free space estimate in ext4_nonda_switch()Eric Whitney
2013-04-09ext4: fix deadlock with quota featureJan Kara
2013-04-09nfsd4: don't close read-write opens too soonJ. Bruce Fields
2013-04-09nfsd4: release lockowners on last unlock in 4.1 caseJ. Bruce Fields
2013-04-09nfsd4: more sessions/open-owner-replay cleanupJ. Bruce Fields
2013-04-09nfsd4: no need for replay_owner in sessions caseJ. Bruce Fields
2013-04-09nfsd4: remove some redundant commentsJ. Bruce Fields
2013-04-09nfsd: use kmem_cache_free() instead of kfree()Wei Yongjun
2013-04-09f2fs: fix typo mistakesNamjae Jeon
2013-04-09f2fs: write checkpoint before starting FG_GCJaegeuk Kim
2013-04-09f2fs: fix the logic of IS_DNODE()Zhihui Zhang
2013-04-09f2fs: introduce a new global lock schemeJaegeuk Kim
2013-04-09f2fs: move f2fs_balance_fs from truncate to punch_holeJason Hrycay
2013-04-08NFS: Ensure that NFS file unlock waits for readahead to completeTrond Myklebust
2013-04-08NFS: Add functionality to allow waiting on all outstanding reads to completeTrond Myklebust
2013-04-08NFSv4: Handle timeouts correctly when probing for lease validityTrond Myklebust
2013-04-08dlm: avoid unnecessary posix unlockDavid Teigland
2013-04-08ext4: fix incorrect lock ordering for ext4_ind_migrateDmitry Monakhov