summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into for-nextJiri Kosina2011-07-11110-1194/+1517
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-07-084-6/+20
| |\
| | * btrfs: fix oops when doing space balanceMiao Xie2011-07-061-5/+7
| | * Btrfs: don't panic if we get an error while balancing V2Josef Bacik2011-07-061-1/+2
| | * btrfs: add missing options displayed in mount outputDavid Sterba2011-07-062-0/+11
| * | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-07-082-8/+10
| |\ \
| | * | xfs: unpin stale inodes directly in IOP_COMMITTEDDave Chinner2011-07-062-8/+10
| * | | FS-Cache: Add a helper to bulk uncache pages on an inodeDavid Howells2011-07-073-5/+48
| * | | FDPIC: Fix memory leakDavidlohr Bueso2011-07-061-0/+1
| * | | fs: fix lock initializationMiklos Szeredi2011-07-061-10/+20
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-07-051-8/+6
| |\ \ \
| | * | | ceph: fix sync and dio writes across stripe boundariesSage Weil2011-06-131-3/+3
| | * | | ceph: fix page alignment correctionsSage Weil2011-06-131-5/+3
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hch...Linus Torvalds2011-07-052-3/+6
| |\ \ \ \
| | * | | | hfsplus: Fix double iput of the same inode in hfsplus_fill_super()Alexey Khoroshilov2011-06-301-1/+1
| | * | | | hfsplus: add missing call to bio_put()Seth Forshee2011-06-301-2/+5
| * | | | | cifs: set socket send and receive timeouts before attempting connectJeff Layton2011-07-011-8/+8
| |/ / / /
| * | | | proc: restrict access to /proc/PID/ioVasiliy Kulikov2011-06-281-2/+5
| * | | | mm: fix assertion mapping->nrpages == 0 in end_writeback()Jan Kara2011-06-271-0/+7
| * | | | romfs: fix romfs_get_unmapped_area() argument checkBob Liu2011-06-271-2/+6
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-06-275-31/+100
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | btrfs: fix inconsonant inode informationMiao Xie2011-06-273-26/+91
| | * | | Btrfs: make sure to update total_bitmaps when freeing cache V3Josef Bacik2011-06-251-3/+6
| | * | | Btrfs: fix type mismatch in find_free_extent()Ilya Dryomov2011-06-251-2/+2
| | * | | Btrfs: make sure to record the transid in new inodesChris Mason2011-06-241-0/+1
| * | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-06-274-6/+31
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | xfs: prevent bogus assert when trying to remove non-existent attributeDave Chinner2011-06-231-0/+7
| | * | | xfs: clear XFS_IDIRTY_RELEASE on truncate downDave Chinner2011-06-231-2/+5
| | * | | xfs: reset inode per-lifetime state when recycling itDave Chinner2011-06-232-4/+19
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2011-06-262-5/+3
| |\ \ \ \
| | * | | | cifs: mark CONFIG_CIFS_NFSD_EXPORT as BROKENJeff Layton2011-06-241-1/+1
| | * | | | cifs: free blkcipher in smbhashJeff Layton2011-06-241-4/+2
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-06-264-116/+98
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | cifs: propagate errors from cifs_get_root() to mount(2)Al Viro2011-06-241-7/+5
| | * | | | cifs: tidy cifs_do_mount() up a bitAl Viro2011-06-241-22/+22
| | * | | | cifs: more breakage on mount failuresAl Viro2011-06-241-7/+4
| | * | | | cifs: close sget() racesAl Viro2011-06-241-3/+9
| | * | | | cifs: pull freeing mountdata/dropping nls/freeing cifs_sb into cifs_umount()Al Viro2011-06-242-14/+4
| | * | | | cifs: move cifs_umount() call into ->kill_sb()Al Viro2011-06-241-18/+1
| | * | | | cifs: pull cifs_mount() call upAl Viro2011-06-241-12/+15
| | * | | | sanitize cifs_umount() prototypeAl Viro2011-06-243-8/+5
| | * | | | cifs: initialize ->tlink_tree in cifs_setup_cifs_sb()Al Viro2011-06-242-3/+3
| | * | | | cifs: allocate mountdata earlierAl Viro2011-06-241-11/+10
| | * | | | cifs: leak on mount if we share superblockAl Viro2011-06-241-0/+2
| | * | | | cifs: don't pass superblock to cifs_mount()Al Viro2011-06-244-22/+26
| | * | | | cifs: don't leak nls on mount failureAl Viro2011-06-241-0/+1
| | * | | | cifs: double free on mount failureAl Viro2011-06-241-6/+8
| | * | | | take bdi setup/destruction into cifs_mount/cifs_umountAl Viro2011-06-242-11/+11
| * | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2011-06-241-1/+13
| |\ \ \ \ \
| | * | | | | block: use the passed in @bdev when claiming if partno is zeroTejun Heo2011-06-131-1/+13
OpenPOWER on IntegriCloud