summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* switch follow_down()Al Viro2009-06-1111-32/+28
* Switch collect_mounts() to struct pathAl Viro2009-06-111-2/+2
* switch follow_up() to struct pathAl Viro2009-06-113-10/+10
* switch rqst_exp_parent()Al Viro2009-06-112-26/+22
* switch rqst_exp_get_by_name()Al Viro2009-06-112-25/+22
* switch exp_parent() to struct pathAl Viro2009-06-111-16/+12
* nfsd struct path use: exp_get_by_name()Al Viro2009-06-111-20/+18
* Don't bother with check_mnt() in do_add_mount() on shrinkable onesAl Viro2009-06-111-1/+1
* Make vfs_path_lookup() use starting point as rootAl Viro2009-06-111-5/+4
* Cache root in nameidataAl Viro2009-06-111-19/+34
* Preparations to caching root in path_walk()Al Viro2009-06-111-10/+21
* Get rid of path_lookup in autofs4Al Viro2009-06-111-135/+60
* reiserfs: allow exposing privroot w/ xattrs enabledJeff Mahoney2009-06-113-7/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-06-1129-2153/+7306
|\
| * Btrfs: fix extent_buffer leak during tree log replayChris Mason2009-06-111-0/+1
| * Btrfs: fix oops when btrfs_inherit_iflags called with a NULL dirChris Mason2009-06-111-1/+6
| * Btrfs: fix -o nodatasum printk spellingChris Mason2009-06-111-1/+1
| * Btrfs: check duplicate backrefs for both data and metadataYan Zheng2009-06-111-11/+4
| * Btrfs: init worker struct fields before kthread-runShin Hong2009-06-101-1/+1
| * Btrfs: pin buffers during write_dev_supersHisashi Hifumi2009-06-101-14/+29
| * Btrfs: avoid races between super writeout and device list updatesChris Mason2009-06-103-2/+45
| * Fix btrfs when ACLs are configured outAl Viro2009-06-102-5/+4
| * Btrfs: fdatasync should skip metadata writeoutHisashi Hifumi2009-06-101-0/+2
| * Btrfs: remove crc32c.h and use libcrc32c directly.David Woodhouse2009-06-104-37/+7
| * Btrfs: implement FS_IOC_GETFLAGS/SETFLAGS/GETVERSIONChristoph Hellwig2009-06-105-21/+200
| * Btrfs: autodetect SSD devicesChris Mason2009-06-105-0/+24
| * Btrfs: add mount -o ssd_spread to spread allocations outChris Mason2009-06-105-6/+22
| * Btrfs: avoid allocation clusters that are too spread outChris Mason2009-06-101-1/+2
| * Btrfs: Add mount -o nossdChris Mason2009-06-101-2/+7
| * Btrfs: avoid IO stalls behind congested devices in a multi-device FSChris Mason2009-06-101-1/+4
| * Btrfs: don't allow WRITE_SYNC bios to starve out regular writesChris Mason2009-06-101-7/+15
| * Btrfs: fix metadata dirty throttling limitsChris Mason2009-06-101-5/+2
| * Btrfs: reduce mount -o ssd CPU usageChris Mason2009-06-101-1/+1
| * Btrfs: balance btree more oftenChris Mason2009-06-101-2/+2
| * Btrfs: stop avoiding balancing at the end of the transaction.Chris Mason2009-06-101-7/+4
| * Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)Yan Zheng2009-06-1020-2043/+6928
| * btrfs: Fix set/clear_extent_bit for 'end == (u64)-1'Yan Zheng2009-06-101-4/+14
* | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2009-06-1116-554/+2285
|\ \
| * | fsnotify: allow groups to set freeing_mark to nullEric Paris2009-06-112-8/+3
| * | inotify/dnotify: should_send_event shouldn't match on FS_EVENT_ON_CHILDEric Paris2009-06-113-3/+7
| * | dnotify: do not bother to lock entry->lock when reading maskEric Paris2009-06-111-2/+1
| * | dnotify: do not use ?true:false when assigning to a boolEric Paris2009-06-111-1/+1
| * | inotify: reimplement inotify using fsnotifyEric Paris2009-06-115-447/+570
| * | fsnotify: handle filesystem unmounts with fsnotify marksEric Paris2009-06-112-0/+73
| * | fsnotify: fsnotify marks on inodes pin them in coreEric Paris2009-06-111-0/+7
| * | fsnotify: allow groups to add private data to eventsEric Paris2009-06-112-4/+49
| * | fsnotify: add correlations between eventsEric Paris2009-06-112-5/+21
| * | fsnotify: include pathnames with entries when possibleEric Paris2009-06-112-4/+19
| * | fsnotify: generic notification queue and waitqEric Paris2009-06-113-7/+241
| * | dnotify: reimplement dnotify using fsnotifyEric Paris2009-06-112-107/+363
OpenPOWER on IntegriCloud