summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2011-03-225-16/+54
|\
| * fuse: make fuse_dentry_revalidate() RCU awareMiklos Szeredi2011-03-211-4/+4
| * fuse: make fuse_permission() RCU awareMiklos Szeredi2011-03-211-8/+22
| * fuse: wakeup pollers on connection release/abortBryan Green2011-03-212-1/+18
| * fuse: reduce size of struct fuse_requestMiklos Szeredi2011-03-212-3/+10
* | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-03-2145-1072/+947Star
|\ \
| * | xfs: don't name variables "panic"Alex Elder2011-03-111-4/+4
| * | xfs: factor agf counter updates into a helperChristoph Hellwig2011-03-091-61/+68
| * | xfs: clean up the xfs_alloc_compute_aligned calling conventionChristoph Hellwig2011-03-091-16/+13Star
| * | xfs: kill support/debug.[ch]Dave Chinner2011-03-077-86/+40Star
| * | xfs: Convert remaining cmn_err() callers to new APIDave Chinner2011-03-0720-238/+169Star
| * | xfs: convert the quota debug prints to new APIDave Chinner2011-03-071-15/+12Star
| * | xfs: rename xfs_cmn_err_fsblock_zero()Dave Chinner2011-03-071-5/+5
| * | xfs: convert xfs_fs_cmn_err to new error logging APIDave Chinner2011-03-0713-85/+53Star
| * | xfs: kill xfs_fs_mount_cmn_err() macroDave Chinner2011-03-072-35/+43
| * | xfs: kill xfs_fs_repair_cmn_err() macroDave Chinner2011-03-074-29/+19Star
| * | xfs: convert xfs_cmn_err to xfs_alert_tagDave Chinner2011-03-079-74/+36Star
| * | xfs: Convert xlog_warn to new logging interfaceDave Chinner2011-03-076-189/+177Star
| * | xfs: Convert linux-2.6/ files to new logging interfaceDave Chinner2011-03-076-90/+76Star
| * | xfs: introduce new logging API.Dave Chinner2011-03-024-0/+155
| * | xfs: zero proper structure size for geometry callsAlex Elder2011-03-021-3/+8
| * | xfs: enable delaylog by defaultChristoph Hellwig2011-02-231-0/+1
| * | xfs: more sensible inode refcounting for iallocChristoph Hellwig2011-02-235-78/+19Star
| * | xfs: stop using xfs_trans_iget in the RT allocatorChristoph Hellwig2011-02-232-39/+23Star
| * | xfs: check if device support discard in xfs_ioc_trim()Lukas Czerner2011-02-221-0/+2
| * | xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1Dan Rosenberg2011-02-221-0/+3
| * | xfs: add lockdep annotations for the rt inodesChristoph Hellwig2011-02-073-15/+26
| * | xfs: fix xfs_get_extsz_hint for a zero extent size hintChristoph Hellwig2011-02-071-13/+5Star
| * | xfs: only lock the rt bitmap inode once per allocationChristoph Hellwig2011-02-072-21/+24
* | | pstore: use mount option instead sysfs to tweak kmsg_bytesLuck, Tony2011-03-213-37/+50
* | | FS: lookup_mnt() is only used in the core fs routines nowDavid Howells2011-03-211-0/+1
* | | bfs: fix bitmap size argument to find_first_zero_bit()Akinobu Mita2011-03-211-1/+1
* | | fs: Use BUG_ON(!mnt) at dentry_open().Tetsuo Handa2011-03-211-11/+2Star
* | | fs: devpts_pty_new() return -ENOMEM if dentry allocation failedAndrey Vagin2011-03-211-10/+9Star
* | | nfs: lock() vs unlock() typoDan Carpenter2011-03-211-2/+2
* | | pstore: fix leaking ->i_privateTony Luck2011-03-211-1/+7
* | | introduce sys_syncfs to sync a single file systemSage Weil2011-03-211-0/+24
* | | Small typo fix...Holger Hans Peter Freyther2011-03-211-1/+1
* | | Filesystem: fifo: Fixed coding style issue.David Jenni2011-03-211-2/+1Star
* | | fs/inode: Fix kernel-doc format for inode_init_ownerBen Hutchings2011-03-211-1/+1
* | | select: remove unused MAX_SELECT_SECONDSNamhyung Kim2011-03-212-6/+0Star
* | | vfs: cleanup do_vfs_ioctl()Namhyung Kim2011-03-211-13/+8Star
* | | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-03-2111-29/+19Star
|\ \ \
| * | | fs: change to new flag variablematt mooney2011-03-1711-29/+19Star
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2011-03-1919-476/+503
|\ \ \
| * | | nilfs2: get rid of nilfs_sb_info structureRyusuke Konishi2011-03-0912-134/+68Star
| * | | nilfs2: use sb instance instead of nilfs_sb_info structRyusuke Konishi2011-03-097-145/+129Star
| * | | nilfs2: get rid of sc_sbi back pointerRyusuke Konishi2011-03-092-19/+12Star
| * | | nilfs2: move log writer onto nilfs objectRyusuke Konishi2011-03-093-39/+34Star
| * | | nilfs2: move next generation counter into nilfs objectRyusuke Konishi2011-03-095-19/+15Star