summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | fix truncate inode time modification breakageNick Piggin2010-06-041-1/+1
| * | | | | | | | fix setattr error handling in sysfs, configfsNick Piggin2010-06-042-7/+8
| * | | | | | | | fcntl: return -EFAULT if copy_to_user failsDan Carpenter2010-06-041-2/+5
| * | | | | | | | wrong type for 'magic' argument in simple_fill_super()Roberto Sassu2010-06-041-1/+2
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-06-044-74/+71
|\ \ \ \ \ \ \ \
| * | | | | | | | pipe: change /proc/sys/fs/pipe-max-pages to byte sized interfaceJens Axboe2010-06-031-12/+42
| * | | | | | | | pipe: change the privilege required for growing a pipe beyond system maxJens Axboe2010-06-031-1/+1
| * | | | | | | | pipe: adjust minimum pipe size to 1 pageJens Axboe2010-06-031-7/+1
| * | | | | | | | Merge branch 'master' into for-linusJens Axboe2010-06-01275-6190/+11458
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Revert "writeback: fix WB_SYNC_NONE writeback from umount"Jens Axboe2010-06-012-38/+12
| * | | | | | | | Revert "writeback: ensure that WB_SYNC_NONE writeback with sb pinned is sync"Jens Axboe2010-06-011-11/+5
| * | | | | | | | fs/splice.c: fix mapping_gfp_mask usageNick Piggin2010-05-251-1/+1
| * | | | | | | | pipe: make F_{GET,SET}PIPE_SZ deal with byte sizesJens Axboe2010-05-241-16/+21
| * | | | | | | | pipe: F_SETPIPE_SZ should return -EPERM for non-rootJens Axboe2010-05-241-1/+1
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-06-042-7/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fix setattr error handling in sysfs, configfsNick Piggin2010-06-042-7/+8
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | flat: fix unmap len in load error pathMike Frysinger2010-06-041-1/+1
* | | | | | | | | fs/binfmt_flat.c: split the stack & data alignmentsMike Frysinger2010-06-041-8/+15
* | | | | | | | | fs/compat_rw_copy_check_uvector: add missing compat_ptr callHeiko Carstens2010-06-041-1/+1
|/ / / / / / / /
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2010-06-031-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | cifs: fix page refcount leakJeff Layton2010-06-011-0/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | FS-Cache: Remove unneeded null checksDan Carpenter2010-06-011-20/+16
* | | | | | | | AFS: Fix possible null pointer dereference in afs_alloc_server()Denis Kirjanov2010-06-011-2/+3
* | | | | | | | binfmt_elf_fdpic: Fix clear_user() error handlingTakuya Yoshikawa2010-06-011-15/+11
|/ / / / / / /
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2010-05-304-81/+494
|\ \ \ \ \ \ \
| * | | | | | | mm: export generic_pipe_buf_*() to modulesMiklos Szeredi2010-05-261-0/+6
| * | | | | | | fuse: support splice() reading from fuse deviceMiklos Szeredi2010-05-251-41/+187
| * | | | | | | fuse: allow splice to move pagesMiklos Szeredi2010-05-253-15/+167
| * | | | | | | fuse: support splice() writing to fuse deviceMiklos Szeredi2010-05-251-31/+144
| * | | | | | | fuse: get page reference for readpagesMiklos Szeredi2010-05-251-0/+2
| * | | | | | | fuse: use get_user_pages_fast()Miklos Szeredi2010-05-252-8/+2
| * | | | | | | fuse: remove unneeded variableDan Carpenter2010-05-251-2/+2
* | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-05-3024-495/+232
|\ \ \ \ \ \ \ \
| * | | | | | | | quota: Convert quota statistics to generic percpu_counterDmitry Monakhov2010-05-271-33/+13
| * | | | | | | | ext3 uses rb_node = NULL; to zero rb_root.Venkatesh Pallipadi2010-05-271-1/+1
| * | | | | | | | quota: Fixup dquot_transferJan Kara2010-05-271-1/+1
| * | | | | | | | reiserfs: Fix resuming of quotas on remount read-writeJan Kara2010-05-271-2/+10
| * | | | | | | | ufs: Remove dead quota codeJan Kara2010-05-247-195/+1
| * | | | | | | | udf: Remove dead quota codeJan Kara2010-05-247-128/+6
| * | | | | | | | quota: rename default quotactl methods to dquot_Christoph Hellwig2010-05-249-75/+75
| * | | | | | | | quota: explicitly set ->dq_op and ->s_qcopChristoph Hellwig2010-05-246-6/+22
| * | | | | | | | quota: drop remount argument to ->quota_on and ->quota_offChristoph Hellwig2010-05-246-34/+16
| * | | | | | | | quota: move unmount handling into the filesystemChristoph Hellwig2010-05-248-1/+14
| * | | | | | | | quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig2010-05-249-83/+61
| * | | | | | | | quota: move remount handling into the filesystemChristoph Hellwig2010-05-248-14/+84
| * | | | | | | | ocfs2: Fix use after free on remount read-onlyJan Kara2010-05-241-1/+7
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-05-3017-32/+85
|\ \ \ \ \ \ \ \
| * | | | | | | | ceph: clean up on forwarded aborted mds requestSage Weil2010-05-291-4/+9
| * | | | | | | | ceph: fix leak of osd authorizerSage Weil2010-05-291-1/+6
| * | | | | | | | ceph: close out mds, osd connections before stopping authSage Weil2010-05-293-1/+16
OpenPOWER on IntegriCloud