summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-03-23block: Add an explicit bio flag for bios that own their bvecKent Overstreet1-1/+3
2013-03-23block: Add bio_alloc_pages()Kent Overstreet1-0/+28
2013-03-23block: Convert some code to bio_for_each_segment_all()Kent Overstreet2-14/+14
2013-03-23block: Add bio_for_each_segment_all()Kent Overstreet3-8/+8
2013-03-23block: Add bio_copy_data()Kent Overstreet1-0/+70
2013-03-23block: Add submit_bio_wait(), remove from mdKent Overstreet1-0/+36
2013-03-23block: Remove bi_idx referencesKent Overstreet3-8/+0
2013-03-23block: Change bio_split() to respect the current value of bi_idxKent Overstreet2-6/+5
2013-03-23block: Use bio_sectors() more consistentlyKent Overstreet1-1/+1
2013-03-23block: Add bio_end_sector()Kent Overstreet2-3/+2
2013-03-23block: Add bio_advance()Kent Overstreet1-0/+41
2013-03-23block: Convert integrity to bvec_alloc_bs()Kent Overstreet2-105/+63
2013-03-23block: Fix a buffer overrun in bio_integrity_split()Kent Overstreet1-2/+3
2013-03-23block: Avoid deadlocks with bio allocation by stacking driversKent Overstreet1-2/+114
2013-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds7-12/+25
2013-03-15Btrfs: fix warning of free_extent_mapLiu Bo1-0/+1
2013-03-14Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds5-7/+9
2013-03-14Btrfs: fix warning when creating snapshotsLiu Bo1-6/+5
2013-03-14Btrfs: return as soon as possible when edquot happensWang Shilong1-4/+6
2013-03-14Btrfs: return EIO if we have extent tree corruptionJosef Bacik1-1/+4
2013-03-14btrfs: use rcu_barrier() to wait for bdev puts at unmountEric Sandeen1-0/+6
2013-03-14Btrfs: remove btrfs_try_spin_lockLiu Bo1-1/+0
2013-03-14Btrfs: get better concurrency for snapshot-aware defrag workLiu Bo1-0/+3
2013-03-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds10-0/+11
2013-03-13nfsd: convert to idr_alloc()Tejun Heo1-3/+2
2013-03-13nfsd: remove unused get_new_stid()Tejun Heo1-31/+0
2013-03-13ext2: Fix BUG_ON in evict() on inode deletionJan Kara2-1/+2
2013-03-12fs: Readd the fs module aliases.Eric W. Biederman5-0/+6
2013-03-12Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and securit...Mathieu Desnoyers1-8/+7
2013-03-12vfs: fix pipe counter breakageAl Viro1-0/+3
2013-03-11reiserfs: Use kstrdup instead of kmalloc/strcpyIonut-Gabriel Radu1-3/+1
2013-03-11ext3: Fix format string issuesLars-Peter Clausen1-2/+2
2013-03-11quota: add missing use of dq_data_lock in __dquot_initializeJeff Mahoney1-1/+4
2013-03-11fs: Limit sys_mount to only request filesystem modules. (Part 3)Eric W. Biederman5-0/+5
2013-03-11hostfs: fix a not needed double checkMarco Stornelli1-8/+1
2013-03-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds55-15/+67
2013-03-09proc: Use nd_jump_link in proc_ns_follow_linkEric W. Biederman1-6/+6
2013-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds9-130/+221
2013-03-08Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-17/+13
2013-03-08vfs: don't BUG_ON() if following a /proc fd pseudo-symlink results in a symlinkLinus Torvalds1-2/+0
2013-03-07Merge tag 'ecryptfs-3.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds9-26/+64
2013-03-07Btrfs: improve the delayed inode throttlingChris Mason2-61/+92
2013-03-07fs: Limit sys_mount to only request filesystem modules (Part 2).Eric W. Biederman2-1/+1
2013-03-06Btrfs: fix a mismerge in btrfs_balance()Ilya Dryomov1-0/+5
2013-03-06CIFS: Fix missing of oplock_read value in smb30_values structurePavel Shilovsky1-0/+1
2013-03-06cifs: don't try to unlock pagecache page after releasing itJeff Layton1-1/+1
2013-03-06cifs: remove the sockopt= mount optionJeff Layton1-15/+1
2013-03-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/...Chris Mason6-67/+120
2013-03-06cifs: Check server capability before attempting silly renameSachin Prabhu1-0/+9
2013-03-06cifs: Fix bug when checking error condition in cifs_rename_pending_delete()Sachin Prabhu1-1/+1