aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* select: remove unused MAX_SELECT_SECONDSNamhyung Kim2011-03-212-6/+0
* vfs: cleanup do_vfs_ioctl()Namhyung Kim2011-03-211-13/+8
* Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-03-2011-29/+19
|\
| * fs: change to new flag variablematt mooney2011-03-1711-29/+19
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2011-03-1819-476/+503
|\ \
| * | nilfs2: get rid of nilfs_sb_info structureRyusuke Konishi2011-03-0912-134/+68
| * | nilfs2: use sb instance instead of nilfs_sb_info structRyusuke Konishi2011-03-097-145/+129
| * | nilfs2: get rid of sc_sbi back pointerRyusuke Konishi2011-03-092-19/+12
| * | nilfs2: move log writer onto nilfs objectRyusuke Konishi2011-03-093-39/+34
| * | nilfs2: move next generation counter into nilfs objectRyusuke Konishi2011-03-095-19/+15
| * | nilfs2: move s_inode_lock and s_dirty_files into nilfs objectRyusuke Konishi2011-03-096-61/+63
| * | nilfs2: move parameters on nilfs_sb_info into nilfs objectRyusuke Konishi2011-03-094-16/+19
| * | nilfs2: move mount options to nilfs objectRyusuke Konishi2011-03-095-49/+54
| * | nilfs2: record used amount of each checkpoint in checkpoint listRyusuke Konishi2011-03-086-19/+25
| * | nilfs2: optimize rec_len functionsRyusuke Konishi2011-03-081-0/+1
| * | nilfs2: append blocksize info to warnings during loading super blocksRyusuke Konishi2011-03-081-4/+7
| * | nilfs2: add compat ioctlRyusuke Konishi2011-03-084-2/+24
| * | nilfs2: implement FS_IOC_GETFLAGS/SETFLAGS/GETVERSIONRyusuke Konishi2011-03-081-0/+70
| * | nilfs2: tighten restrictions on inode flagsRyusuke Konishi2011-03-082-5/+19
| * | nilfs2: mark S_NOATIME on inodes only if NOATIME attribute is setRyusuke Konishi2011-03-081-2/+0
| * | nilfs2: use common file attribute macrosRyusuke Konishi2011-03-082-10/+7
| * | nilfs2: add free entries count only if clear bit operation succeededRyusuke Konishi2011-03-081-5/+7
| * | nilfs2: decrement inodes count only if raw inode was successfully deletedRyusuke Konishi2011-03-081-2/+4
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds2011-03-1810-226/+317
|\ \ \
| * | | dlm: use alloc_workqueue functionDavid Teigland2011-03-101-2/+4
| * | | dlm: increase default hash table sizesDavid Teigland2011-03-101-2/+2
| * | | dlm: record full callback stateDavid Teigland2011-03-108-222/+311
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-03-188-261/+268
|\ \ \ \
| * | | | fs: call security_d_instantiate in d_obtain_alias V2Josef Bacik2011-03-181-0/+3
| * | | | lose 'mounting_here' argument in ->d_manage()Al Viro2011-03-182-7/+6
| * | | | don't pass 'mounting_here' flag to follow_down()Al Viro2011-03-182-3/+3
| * | | | change the locking order for namespace_semAl Viro2011-03-181-60/+73
| * | | | fix deadlock in pivot_root()Al Viro2011-03-181-11/+5
| * | | | vfs: split off vfsmount-related parts of vfs_kern_mount()Al Viro2011-03-173-122/+132
| * | | | Some fixes for pstoreTony Luck2011-03-171-60/+56
| * | | | kill simple_set_mnt()Al Viro2011-03-171-8/+0
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bco...Linus Torvalds2011-03-181-46/+20
|\ \ \ \ \
| * | | | | omfs: make readdir stop when filldir says soAl Viro2011-03-051-2/+3
| * | | | | omfs: merge unlink() and rmdir(), close leak in rename()Al Viro2011-03-051-40/+13
| * | | | | omfs: stop playing silly buggers with omfs_unlink() in ->rename()Al Viro2011-03-051-4/+3
| * | | | | omfs: rename() needs to mark old_inode dirty after ctime updateAl Viro2011-03-051-0/+1
* | | | | | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds2011-03-1814-174/+447
|\ \ \ \ \ \
| * | | | | | UBIFS: clean-up commentariesArtem Bityutskiy2011-03-161-3/+3
| * | | | | | UBIFS: save 128KiB or more RAMArtem Bityutskiy2011-03-162-11/+0
| * | | | | | UBIFS: allocate orphans scan buffer on demandArtem Bityutskiy2011-03-161-1/+9
| * | | | | | UBIFS: allocate lpt dump buffer on demandArtem Bityutskiy2011-03-161-9/+18
| * | | | | | UBIFS: allocate ltab checking buffer on demandArtem Bityutskiy2011-03-161-9/+20
| * | | | | | UBIFS: allocate scanning buffer on demandArtem Bityutskiy2011-03-161-6/+20
| * | | | | | UBIFS: allocate dump buffer on demandArtem Bityutskiy2011-03-161-2/+13
| * | | | | | UBIFS: do not check data crc by defaultArtem Bityutskiy2011-03-111-0/+1