aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-07-20pnfs-obj: Fix __r4w_get_page when offset is beyond i_sizeBoaz Harrosh1-3/+13
2012-07-20pnfs-obj: don't leak objio_state if ore_write/read failsBoaz Harrosh1-2/+7
2012-07-20ore: Unlock r4w pages in exact reverse order of lockingBoaz Harrosh1-12/+12
2012-07-20ore: Remove support of partial IO request (NFS crash)Boaz Harrosh1-7/+1
2012-07-20ore: Fix NFS crash by supporting any unaligned RAID IOBoaz Harrosh1-31/+36
2012-07-20UBIFS: remove invalid reference to list iterator variableJulia Lawall1-2/+2
2012-07-20UBIFS: simplify reply code a bitArtem Bityutskiy1-14/+6
2012-07-20UBIFS: add debugfs knob to switch to R/O modeArtem Bityutskiy2-0/+16
2012-07-20UBIFS: fix compilation warningAlexandre Pereira da Silva1-1/+1
2012-07-20UBIFS: fix a bug in empty space fix-upArtem Bityutskiy1-2/+6
2012-07-19GFS2: Reduce file fragmentationBob Peterson9-92/+708
2012-07-18Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-15/+66
2012-07-18ext4: fix duplicated mnt_drop_write call in EXT4_IOC_MOVE_EXTAl Viro1-1/+0
2012-07-18GFS2: kernel panic with small gfs2 filesystems - 1 RGAbhijith Das1-0/+1
2012-07-17pstore/ram: Make tracing log versionedAnton Vorontsov2-10/+15
2012-07-17Merge tag 'pm-post-3.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2012-07-17PM: Rename CAP_EPOLLWAKEUP to CAP_BLOCK_SUSPENDMichael Kerrisk1-1/+1
2012-07-17pstore: Headers should include all stuff they useAnton Vorontsov1-0/+2
2012-07-17pstore/ram: Add ftrace messages handlingAnton Vorontsov1-4/+33
2012-07-17pstore/ram: Convert to write_buf callbackAnton Vorontsov1-8/+9
2012-07-17pstore: Add persistent function tracingAnton Vorontsov6-5/+199
2012-07-17pstore: Introduce write_buf backend callbackAnton Vorontsov1-0/+10
2012-07-17pstore/ram_core: Get rid of prz->ecc enable/disable flagAnton Vorontsov1-6/+4
2012-07-17pstore/ram: Make ECC size configurableAnton Vorontsov2-15/+22
2012-07-17pstore/ram_core: Get rid of prz->ecc_symsize and prz->ecc_polyAnton Vorontsov1-4/+3
2012-07-17sysfs: fail dentry revalidation after namespace change fixAndrew Morton1-3/+5
2012-07-17sysfs: fail dentry revalidation after namespace changeGlauber Costa1-0/+8
2012-07-16cifs: always update the inode cache with the results from a FIND_*Jeff Layton1-2/+5
2012-07-16cifs: when CONFIG_HIGHMEM is set, serialize the read/write kmapsJeff Layton1-1/+29
2012-07-16cifs: on CONFIG_HIGHMEM machines, limit the rsize/wsize to the kmap spaceJeff Layton1-0/+18
2012-07-16Initialise mid_q_entry before putting it on the pending queueSachin Prabhu1-12/+14
2012-07-16Merge 3.5-rc7 into driver-core-nextGreg Kroah-Hartman1-2/+2
2012-07-16Merge tag 'for-linus-v3.5-rc7' of git://oss.sgi.com/xfs/xfsLinus Torvalds4-37/+38
2012-07-16fifo: Do not restart open() if it already found a partnerAnders Kaseorg1-5/+4
2012-07-14VFS: Split inode_permission()David Howells2-17/+54
2012-07-14VFS: Pass mount flags to sget()David Howells17-45/+37
2012-07-14VFS: Comment mount following codeDavid Howells2-2/+24
2012-07-14VFS: Make clone_mnt()/copy_tree()/collect_mounts() return errorsDavid Howells2-57/+68
2012-07-14VFS: Make chown() and lchown() call fchownat()David Howells1-34/+7
2012-07-14do_dentry_open(): close the race with mark_files_ro() in failure exitAl Viro1-1/+1
2012-07-14mark_files_ro(): don't bother with mntget/mntputAl Viro1-8/+1
2012-07-14notify_change(): check that i_mutex is heldAndrew Morton1-1/+2
2012-07-14fs: add nd_jump_linkChristoph Hellwig2-12/+18
2012-07-14fs: move path_put on failure out of ->follow_linkChristoph Hellwig2-6/+9
2012-07-14debugfs: get rid of useless arguments to debugfs_{mkdir,symlink}Al Viro1-11/+9
2012-07-14debugfs: fold debugfs_create_by_name() into the only callerAl Viro1-33/+20
2012-07-14debugfs: make sure that debugfs_create_file() gets used only for regularsAl Viro1-22/+34
2012-07-14__d_unalias() should refuse to move mountpointsAl Viro1-4/+5
2012-07-14sysfs: just use d_materialise_unique()Al Viro1-8/+1
2012-07-14sysfs: switch to ->s_d_op and ->d_release()Al Viro3-10/+8