tcp: do_tcp_sendpages() must try to push data out on oom conditions
[linux-flexiantxendom0-3.2.10.git] / fs / ocfs2 / acl.c
2011-08-01 Al Viroswitch posix_acl_equiv_mode() to umode_t *
2011-08-01 Al Viroswitch posix_acl_create() to umode_t *
2011-07-25 Christoph Hellwigfs: take the ACL checks to common code
2011-07-25 Al Virokill boilerplates around posix_acl_create_masq()
2011-07-25 Al Virokill boilerplate around posix_acl_chmod_masq()
2011-07-25 Linus Torvaldsvfs: move ACL cache lookup into generic code
2011-07-24 Al Viroocfs2_init_acl(): fix a leak
2011-07-20 Al Viro->permission() sanitizing: don't pass flags to ->check_...
2011-07-20 Al Viro->permission() sanitizing: pass MAY_NOT_BLOCK to -...
2011-03-28 Linus TorvaldsMerge branch 'upstream-linus' of git://git./linux/kerne...
2011-03-24 Serge E. Hallynuserns: rename is_owner_or_cap to inode_owner_or_capable
2011-02-21 Tao Maocfs2: remove INODE from unused files.
2011-01-07 Nick Pigginfs: provide rcu-walk aware permission i_ops
2010-09-23 Tao Maocfs2: update ctime when changing the file's permission...
2010-08-07 Jiaju ZhangFix the nested PR lock calling issue in ACL
2010-08-07 Tiger Yangocfs2: do not overwrite error codes in ocfs2_init_acl
2010-05-21 Stephen Hemmingerocfs: constify xattr_handler
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-17 Mark Fashehocfs2: set i_mode on disk during acl operations
2009-12-24 Linus TorvaldsMerge branch 'upstream-linus' of git://git./linux/kerne...
2009-12-17 Jeff Liuocfs2-devel: remove redundant OCFS2_MOUNT_POSIX_ACL...
2009-12-16 Christoph Hellwigsanitize xattr handler prototypes
2009-04-01 Al ViroNew helper - current_umask()
2009-01-05 Tiger Yangocfs2: add ocfs2_init_acl in mknod
2009-01-05 Tiger Yangocfs2: add ocfs2_acl_chmod
2009-01-05 Tiger Yangocfs2: add ocfs2_check_acl
2009-01-05 Tiger Yangocfs2: add POSIX ACL API