aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-05-06writeback: Separate inode requeueing after writebackGravatar Jan Kara 1-47/+55
2012-05-06writeback: Move I_DIRTY_PAGES handlingGravatar Jan Kara 1-2/+3
2012-05-06writeback: Move requeueing when I_SYNC set to writeback_sb_inodes()Gravatar Jan Kara 1-14/+16
2012-05-06writeback: Move clearing of I_SYNC into inode_sync_complete()Gravatar Jan Kara 1-6/+2
2012-04-13Merge branch 'for-linus-min' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 7-21/+40
2012-04-12Btrfs: use commit root when loading free space cacheGravatar Josef Bacik 2-10/+3
2012-04-12Merge tag 'driver-core-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-2/+9
2012-04-12Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-6/+28
2012-04-12Btrfs: fix use-after-free in __btrfs_end_transactionGravatar Dave Jones 1-4/+5
2012-04-12Btrfs: check return value of bio_alloc() properlyGravatar Tsutomu Itoh 3-0/+10
2012-04-12Btrfs: remove lock assert from get_restripe_target()Gravatar Ilya Dryomov 1-3/+2
2012-04-12Btrfs: fix eof while discarding extentsGravatar Liu Bo 1-2/+18
2012-04-12Btrfs: fix uninit variable in repair_eb_io_failureGravatar Chris Mason 1-1/+1
2012-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+1
2012-04-12Revert "Btrfs: increase the global block reserve estimates"Gravatar Chris Mason 1-1/+1
2012-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixesGravatar Linus Torvalds 7-13/+41
2012-04-10sysfs: handle 'parent deleted before child added'Gravatar Dan Williams 1-0/+3
2012-04-10sysfs: Prevent crash on unset sysfs group attributesGravatar Bruno Prémont 1-1/+5
2012-04-10GFS2: Allow caching of rindex glockGravatar Bob Peterson 1-2/+2
2012-04-09sysfs: Update the name hash for an entry after changing the namespaceGravatar Tom Goff 1-1/+1
2012-04-09dentry leak in simple_fill_super() failure exitGravatar Al Viro 1-0/+1
2012-04-06Make the "word-at-a-time" helper functions more commonly usableGravatar Linus Torvalds 1-32/+3
2012-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-1/+4
2012-04-05tcp: tcp_sendpages() should call tcp_push() onceGravatar Eric Dumazet 1-1/+4
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 7-40/+49
2012-04-05simple_open: automatically convert to simple_open()Gravatar Stephen Boyd 3-26/+5
2012-04-05libfs: add simple_open()Gravatar Stephen Boyd 1-0/+8
2012-04-05hugetlbfs: remove unregister_filesystem() when initializing moduleGravatar Hillf Danton 1-1/+0
2012-04-05fs/xattr.c:setxattr(): improve handling of allocation failuresGravatar Andrew Morton 1-4/+17
2012-04-05fs/xattr.c:listxattr(): fall back to vmalloc() if kmalloc() failedGravatar Andrew Morton 1-4/+13
2012-04-05fs/xattr.c: suppress page allocation failure warnings from sys_listxattr()Gravatar Dave Jones 1-1/+1
2012-04-05proc: fix mount -t proc -o AAAGravatar Vasiliy Kulikov 1-4/+5
2012-04-05GFS2: Make sure rindex is uptodate before starting transactionsGravatar Bob Peterson 5-6/+36
2012-04-04Merge git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 5-25/+32
2012-04-04Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-3/+4
2012-04-03Fix UNC parsing on mountGravatar Sachin Prabhu 1-7/+7
2012-04-03Remove unnecessary check for NULL in password parserGravatar Sachin Prabhu 1-2/+1
2012-04-01CIFS: Fix VFS lock usage for oplocked filesGravatar Pavel Shilovsky 2-2/+11
2012-04-01Revert "CIFS: Fix VFS lock usage for oplocked files"Gravatar Steve French 1-52/+4
2012-03-31cifs: writing past end of struct in cifs_convert_address()Gravatar Dan Carpenter 1-2/+1
2012-03-31cifs: silence compiler warnings showing up with gcc-4.7.0Gravatar Jeff Layton 1-12/+12
2012-03-31CIFS: Fix VFS lock usage for oplocked filesGravatar Pavel Shilovsky 1-4/+52
2012-03-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 29-293/+2074
2012-03-31vfs: fix out-of-date dentry_unhash() commentGravatar J. Bruce Fields 1-1/+1
2012-03-31vfs: split __lookup_hashGravatar Miklos Szeredi 1-64/+44
2012-03-31untangling do_lookup() - take __lookup_hash()-calling case out of line.Gravatar Al Viro 1-15/+16
2012-03-31untangling do_lookup() - switch to calling __lookup_hash()Gravatar Al Viro 1-67/+46
2012-03-31untangling do_lookup() - merge d_alloc_and_lookup() callersGravatar Al Viro 1-3/+3
2012-03-31untangling do_lookup() - merge failure exits in !dentry caseGravatar Al Viro 1-15/+8
2012-03-31untangling do_lookup() - massage !dentry case towards __lookup_hash()Gravatar Al Viro 1-25/+20