aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAge
* proc: enable writing to /proc/pid/memStephen Wilson2011-03-23
* proc: make check_mem_permission() return an mm_struct on successStephen Wilson2011-03-23
* proc: hold cred_guard_mutex in check_mem_permission()Stephen Wilson2011-03-23
* proc: disable mem_write after execStephen Wilson2011-03-23
* mm: arch: make get_gate_vma take an mm_struct instead of a task_structStephen Wilson2011-03-23
* auxv: require the target to be tracable (or yourself)Al Viro2011-03-23
* close race in /proc/*/environAl Viro2011-03-23
* report errors in /proc/*/*map* sanelyAl Viro2011-03-23
* pagemap: close races with suid execveAl Viro2011-03-23
* make sessionid permissions in /proc/*/task/* match those in /proc/*Al Viro2011-03-23
* fix leaks in path_lookupat()Al Viro2011-03-23
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-03-21
|\
| * xfs: don't name variables "panic"Alex Elder2011-03-11
| * xfs: factor agf counter updates into a helperChristoph Hellwig2011-03-09
| * xfs: clean up the xfs_alloc_compute_aligned calling conventionChristoph Hellwig2011-03-09
| * xfs: kill support/debug.[ch]Dave Chinner2011-03-06
| * xfs: Convert remaining cmn_err() callers to new APIDave Chinner2011-03-06
| * xfs: convert the quota debug prints to new APIDave Chinner2011-03-06
| * xfs: rename xfs_cmn_err_fsblock_zero()Dave Chinner2011-03-06
| * xfs: convert xfs_fs_cmn_err to new error logging APIDave Chinner2011-03-06
| * xfs: kill xfs_fs_mount_cmn_err() macroDave Chinner2011-03-06
| * xfs: kill xfs_fs_repair_cmn_err() macroDave Chinner2011-03-06
| * xfs: convert xfs_cmn_err to xfs_alert_tagDave Chinner2011-03-06
| * xfs: Convert xlog_warn to new logging interfaceDave Chinner2011-03-06
| * xfs: Convert linux-2.6/ files to new logging interfaceDave Chinner2011-03-06
| * xfs: introduce new logging API.Dave Chinner2011-03-01
| * xfs: zero proper structure size for geometry callsAlex Elder2011-03-01
| * xfs: enable delaylog by defaultChristoph Hellwig2011-02-22
| * xfs: more sensible inode refcounting for iallocChristoph Hellwig2011-02-22
| * xfs: stop using xfs_trans_iget in the RT allocatorChristoph Hellwig2011-02-22
| * xfs: check if device support discard in xfs_ioc_trim()Lukas Czerner2011-02-21
| * xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1Dan Rosenberg2011-02-21
| * xfs: add lockdep annotations for the rt inodesChristoph Hellwig2011-02-07
| * xfs: fix xfs_get_extsz_hint for a zero extent size hintChristoph Hellwig2011-02-07
| * xfs: only lock the rt bitmap inode once per allocationChristoph Hellwig2011-02-07
* | pstore: use mount option instead sysfs to tweak kmsg_bytesLuck, Tony2011-03-21
* | FS: lookup_mnt() is only used in the core fs routines nowDavid Howells2011-03-21
* | bfs: fix bitmap size argument to find_first_zero_bit()Akinobu Mita2011-03-21
* | fs: Use BUG_ON(!mnt) at dentry_open().Tetsuo Handa2011-03-21
* | fs: devpts_pty_new() return -ENOMEM if dentry allocation failedAndrey Vagin2011-03-21
* | nfs: lock() vs unlock() typoDan Carpenter2011-03-21
* | pstore: fix leaking ->i_privateTony Luck2011-03-21
* | introduce sys_syncfs to sync a single file systemSage Weil2011-03-21
* | Small typo fix...Holger Hans Peter Freyther2011-03-21
* | Filesystem: fifo: Fixed coding style issue.David Jenni2011-03-21
* | fs/inode: Fix kernel-doc format for inode_init_ownerBen Hutchings2011-03-21
* | select: remove unused MAX_SELECT_SECONDSNamhyung Kim2011-03-21
* | vfs: cleanup do_vfs_ioctl()Namhyung Kim2011-03-21
* | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-03-20
|\ \
| * | fs: change to new flag variablematt mooney2011-03-17